diff options
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" |