diff options
| author | Yigit Sever | 2021-11-21 23:01:04 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-11-21 23:01:04 +0300 |
| commit | feccedc230222679108362ff584a2860f784f334 (patch) | |
| tree | 440d8c2cdb710a7fad4646ad6b06b9c077118819 /.config/fish | |
| parent | 6093c9230bddceb7d3698edc5c476651129113f3 (diff) | |
| download | dotfiles-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.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 |
