diff options
author | Yigit Sever | 2022-03-30 10:05:52 +0300 |
---|---|---|
committer | Yigit Sever | 2022-03-30 10:07:17 +0300 |
commit | 3a503af0b109bb936c5fd5c4a98507ab8d438644 (patch) | |
tree | 77d26dbef939cdb0059db5b5b6faf39ec58d331a /.config/fish/config.fish | |
parent | 1e1f5b39eb0abf455a3543e93453bb2cb8564f10 (diff) | |
download | dotfiles-3a503af0b109bb936c5fd5c4a98507ab8d438644.tar.gz dotfiles-3a503af0b109bb936c5fd5c4a98507ab8d438644.tar.bz2 dotfiles-3a503af0b109bb936c5fd5c4a98507ab8d438644.zip |
fish: add cargo to path
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 8e75d6b..03df509 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish | |||
@@ -1,4 +1,5 @@ | |||
1 | fish_add_path $HOME/.local/bin | 1 | fish_add_path $HOME/.local/bin |
2 | fish_add_path $HOME/.cargo/bin | ||
2 | 3 | ||
3 | set --global --export EDITOR nvim | 4 | set --global --export EDITOR nvim |
4 | set --global --export PAGER "less -R" | 5 | set --global --export PAGER "less -R" |