diff options
| author | Josh <joshott16@gmail.com> | 2024-01-01 14:53:54 -0500 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2024-01-01 14:53:54 -0500 |
| commit | 71fd0c63a69977656c798da33372fe6b62c6d8b7 (patch) | |
| tree | f7e5d035ccdf459a1819d7d0de9f915ee749bccf /config.fish | |
| parent | 5e4d4bf04ce807a1129e1da23f3477d6b577a502 (diff) | |
| download | dotfiles-71fd0c63a69977656c798da33372fe6b62c6d8b7.tar.gz dotfiles-71fd0c63a69977656c798da33372fe6b62c6d8b7.zip | |
fish update
Diffstat (limited to 'config.fish')
| -rw-r--r-- | config.fish | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.fish b/config.fish index f2c9832..ad64250 100644 --- a/config.fish +++ b/config.fish @@ -1,4 +1,4 @@ -fish_add_path -p /usr/local/sbin /usr/local/bin /usr/bin +fish_add_path -p ~/.cargo/bin ~/.local/bin /usr/local/sbin /usr/local/bin /usr/bin set -e TERMCAP set -e MANPATH @@ -25,7 +25,6 @@ if status is-interactive alias grep='grep --color=auto' alias nv=nvim - fish_add_path -p ~/.cargo/bin ~/.local/bin fish_vi_key_bindings enable_transience end |