1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-05 06:25:00 +00:00
dotfiles/dot-config/fish/config.fish

18 lines
393 B
Fish
Raw Normal View History

set -x EDITOR nvim
set -x PAGER most
2021-10-10 16:50:36 +00:00
set -x MANPAGER 'nvim +Man!'
set -x USE_CCACHE 1
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