fish
This commit is contained in:
parent
f50092a738
commit
061f45aa53
1 changed files with 3 additions and 4 deletions
|
@ -14,13 +14,12 @@ abbr gc git commit
|
||||||
abbr gap git add -p
|
abbr gap git add -p
|
||||||
abbr gps git push
|
abbr gps git push
|
||||||
abbr gpl git pull
|
abbr gpl git pull
|
||||||
test doas && abbr sudo doas
|
test (command -v doas) && abbr sudo doas
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
set -x -g RUSTUP_HOME $XDG_DATA_HOME/rustup
|
set -x -g RUSTUP_HOME $XDG_DATA_HOME/rustup
|
||||||
set -x -g CARGO_HOME $HOME/.cargo
|
set -x -g CARGO_HOME $HOME/.cargo
|
||||||
set -x -g PATH $CARGO_HOME/bin $RUSTUP_HOME/bin $HOME/.local/bin $PATH
|
set -x -g PATH $CARGO_HOME/bin $RUSTUP_HOME/bin $HOME/.local/bin $PATH
|
||||||
|
|
||||||
test fnm && fnm env | source
|
test (command -v fnm) && fnm env | source
|
||||||
test starship && starship init fish | source
|
test (command -v zoxide) && zoxide init fish | source
|
||||||
test zoxide && zoxide init fish | source
|
|
||||||
|
|
Loading…
Reference in a new issue