diff options
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f9c378b..8e75d6b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish | |||
@@ -2,7 +2,7 @@ fish_add_path $HOME/.local/bin | |||
2 | 2 | ||
3 | set --global --export EDITOR nvim | 3 | set --global --export EDITOR nvim |
4 | set --global --export PAGER "less -R" | 4 | set --global --export PAGER "less -R" |
5 | set --global --export MANPAGER nvim +Man! | 5 | set --global --export MANPAGER nvim -c Man! |
6 | set --global --export GOPATH $HOME/.local/share/go | 6 | set --global --export GOPATH $HOME/.local/share/go |
7 | set --global --export GPG_TTY (tty) | 7 | set --global --export GPG_TTY (tty) |
8 | set --global fish_prompt_pwd_dir_length 0 | 8 | set --global fish_prompt_pwd_dir_length 0 |