mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 09:13:49 +01:00
update fish config
This commit is contained in:
parent
eae5fc18dd
commit
dc4be76e17
1 changed files with 7 additions and 6 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue