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

16 lines
377 B
Fish
Raw Normal View History

set -x EDITOR nvim
set -x PAGER most
set -x MANPAGER "nvim -c 'set ft=man' -"
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