This commit is contained in:
Nikos Papadakis 2023-05-07 00:46:13 +03:00
parent f50092a738
commit 061f45aa53
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02

View file

@ -14,13 +14,12 @@ abbr gc git commit
abbr gap git add -p
abbr gps git push
abbr gpl git pull
test doas && abbr sudo doas
test (command -v doas) && abbr sudo doas
# Environment variables
set -x -g RUSTUP_HOME $XDG_DATA_HOME/rustup
set -x -g CARGO_HOME $HOME/.cargo
set -x -g PATH $CARGO_HOME/bin $RUSTUP_HOME/bin $HOME/.local/bin $PATH
test fnm && fnm env | source
test starship && starship init fish | source
test zoxide && zoxide init fish | source
test (command -v fnm) && fnm env | source
test (command -v zoxide) && zoxide init fish | source