summaryrefslogtreecommitdiffstats
path: root/.config/fish
diff options
context:
space:
mode:
authorYigit Sever2021-11-21 23:01:04 +0300
committerYigit Sever2021-11-21 23:01:04 +0300
commitfeccedc230222679108362ff584a2860f784f334 (patch)
tree440d8c2cdb710a7fad4646ad6b06b9c077118819 /.config/fish
parent6093c9230bddceb7d3698edc5c476651129113f3 (diff)
downloaddotfiles-feccedc230222679108362ff584a2860f784f334.tar.gz
dotfiles-feccedc230222679108362ff584a2860f784f334.tar.bz2
dotfiles-feccedc230222679108362ff584a2860f784f334.zip
nvim: migrate to alpha
diffstat (limited to '.config/fish')
-rw-r--r--.config/fish/config.fish2
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
3set --global --export EDITOR nvim 3set --global --export EDITOR nvim
4set --global --export PAGER "less -R" 4set --global --export PAGER "less -R"
5set --global --export MANPAGER nvim +Man! 5set --global --export MANPAGER nvim -c Man!
6set --global --export GOPATH $HOME/.local/share/go 6set --global --export GOPATH $HOME/.local/share/go
7set --global --export GPG_TTY (tty) 7set --global --export GPG_TTY (tty)
8set --global fish_prompt_pwd_dir_length 0 8set --global fish_prompt_pwd_dir_length 0