update fish config

This commit is contained in:
LordMZTE 2022-06-18 19:34:21 +02:00
parent eae5fc18dd
commit dc4be76e17
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -54,6 +54,13 @@ function todos
rg -i -H todo
end
# ENV
export CXX=clang++
export EDITOR=nvim
export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin:/var/lib/snapd/snap/bin:$HOME/go/bin"
export LUA_CPATH="$HOME/.local/lib/lua/?.so;$HOME/.local/lib/lua/?.lua;;"
#
# install custom prompt to ~/.local/bin/prompt (or somewhere else in $PATH)
prompt printfish | source
@ -63,12 +70,6 @@ function fish_title
echo (prompt_pwd) '|' (set -q argv[1] && echo $argv[1] || status current-command)
end
# ENV
export CXX=clang++
export EDITOR=nvim
export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin:/var/lib/snapd/snap/bin:$HOME/go/bin"
export LUA_CPATH="$HOME/.local/lib/lua/?.so;$HOME/.local/lib/lua/?.lua;;"
# initialization stuff
ifpresent zoxide 'zoxide init fish | source'