merge
This commit is contained in:
parent
9eca2a7fad
commit
eb1d9bfedb
3 changed files with 9 additions and 6 deletions
|
@ -69,6 +69,7 @@ alias j "z"
|
|||
alias c "cargo"
|
||||
alias cr "cargo run"
|
||||
alias cb "cargo build"
|
||||
alias ct "cargo test"
|
||||
alias cwr "cargo watch -x run"
|
||||
alias ct "cargo test"
|
||||
alias rp "rustup"
|
||||
|
@ -105,8 +106,6 @@ if test -e /nix
|
|||
set -x NIX_PATH "$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels"
|
||||
end
|
||||
|
||||
# Load keychain if installed
|
||||
if command --search keychain > /dev/null
|
||||
keychain -q --nogui $HOME/.ssh/id_ed25519
|
||||
. $HOME/.keychain/$hostname-fish
|
||||
end
|
||||
# proto
|
||||
set -gx PROTO_HOME "$HOME/.proto"
|
||||
set -gx PATH "$PROTO_HOME/bin" $PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue