summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-04-25 17:45:08 +0300
committerYigit Sever2024-04-25 17:45:08 +0300
commitdb36e3c3957f01de9128971f326d36d4dc1d81bd (patch)
treee5dce81dd0e8c9fad61bdc82dbd8e98e0fa56afe
parent77820adee24d562e8cf88012f311e9e12ae66ea2 (diff)
downloaddotfiles-db36e3c3957f01de9128971f326d36d4dc1d81bd.tar.gz
dotfiles-db36e3c3957f01de9128971f326d36d4dc1d81bd.tar.bz2
dotfiles-db36e3c3957f01de9128971f326d36d4dc1d81bd.zip
fish: use direnv
-rw-r--r--.config/fish/config.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 32afca9..ad3c299 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -7,6 +7,7 @@ set --global --export MANPAGER nvim -c Man!
7set --global --export GOPATH $HOME/.local/share/go 7set --global --export GOPATH $HOME/.local/share/go
8set --global --export GPG_TTY (tty) 8set --global --export GPG_TTY (tty)
9set --global fish_prompt_pwd_dir_length 0 9set --global fish_prompt_pwd_dir_length 0
10set --global direnv_fish_mode eval_on_arrow
10 11
11# nnn 12# nnn
12set --global --export NNN_OPENER $HOME/.local/bin/nuke 13set --global --export NNN_OPENER $HOME/.local/bin/nuke
@@ -61,4 +62,5 @@ if status is-interactive
61 abbr --add --global dr 'dragon-drop' 62 abbr --add --global dr 'dragon-drop'
62 63
63 zoxide init fish | source 64 zoxide init fish | source
65 direnv hook fish | source
64end 66end