export LUA_PATH='/usr/share/lua/5.4/?.lua;/usr/share/lua/5.4/?/init.lua;/usr/lib64/lua/5.4/?.lua;/usr/lib64/lua/5.4/?/init.lua;./?.lua;./?/init.lua;/home/sortion/.luarocks/share/lua/5.4/?.lua;/home/sortion/.luarocks/share/lua/5.4/?/init.lua' export LUA_CPATH='/usr/lib64/lua/5.4/?.so;/usr/lib64/lua/5.4/loadall.so;./?.so;/home/sortion/.luarocks/lib/lua/5.4/?.so;/usr/lib/lua/5.4/?.so' export PATH='/home/sortion/.luarocks/bin:/home/sortion/.julia/bin:/home/sortion/.nvm/versions/node/v17.9.1/bin:/home/sortion/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/opt/quarto-1.3.433/bin:/home/sortion/.local/bin:/home/sortion/bin:/home/sortion/.antigen/bundles/robbyrussell/oh-my-zsh/lib:/home/sortion/.antigen/bundles/zsh-users/zsh-syntax-highlighting:/home/sortion/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/git:/home/sortion/Documents/cours/tools/bin/:/usr/games/' export EDITOR=vim export TEXMFHOME=~/.texmf # Change ls colors using vivid if installed if type vivid >/dev/null; then export LS_COLORS="$(vivid -m 8-bit generate one-dark)" fi eval $(thefuck --alias) # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! __conda_setup="$('/home/sortion/.local/share/mambaforge/bin/conda' 'shell.zsh' 'hook' 2>/dev/null)" if [ $? -eq 0 ]; then eval "$__conda_setup" else if [ -f "/home/sortion/.local/share/mambaforge/etc/profile.d/conda.sh" ]; then . "/home/sortion/.local/share/mambaforge/etc/profile.d/conda.sh" else export PATH="/home/sortion/.local/share/mambaforge/bin:$PATH" fi fi unset __conda_setup if [ -f "/home/sortion/.local/share/mambaforge/etc/profile.d/mamba.sh" ]; then . "/home/sortion/.local/share/mambaforge/etc/profile.d/mamba.sh" fi # <<< conda initialize <<<