dotfiles/dot-config/fish/config.fish

17 lines
385 B
Fish
Raw Normal View History

set -x EDITOR nvim
set -x PAGER most
set -x MANPAGER "nvim -c 'set ft=man' -"
2021-10-08 19:24:27 +00:00
set D ~
test (hostname) = aperture && set D /mnt/LocalDiskD/
2021-08-11 00:14:59 +00:00
bind \eo 'ranger'
bind \ed 'ncdu'
bind \et 'tmux'
bind \ef 'fzf | xclip -selection clipboard'
fish_add_path -g ~/.local/bin $D/Games /usr/lib64/ccache/bin
2021-08-11 00:14:59 +00:00
starship init fish --print-full-init | source
source /usr/share/autojump/autojump.fish