2021-02-25 21:54:50 +00:00
|
|
|
set -x EDITOR nvim
|
|
|
|
set -x PAGER most
|
2021-10-10 16:50:36 +00:00
|
|
|
set -x MANPAGER 'nvim +Man!'
|
2021-12-04 20:53:41 +00:00
|
|
|
set -x USE_CCACHE 1
|
2021-10-08 19:24:27 +00:00
|
|
|
set D ~
|
2021-03-06 23:40:15 +00:00
|
|
|
|
2021-08-10 00:46:02 +00:00
|
|
|
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'
|
|
|
|
|
2021-09-20 03:09:01 +00:00
|
|
|
fish_add_path -g ~/.local/bin $D/Games /usr/lib64/ccache/bin
|
2021-08-11 00:14:59 +00:00
|
|
|
|
2021-08-10 00:46:02 +00:00
|
|
|
starship init fish --print-full-init | source
|
2021-02-25 21:54:50 +00:00
|
|
|
source /usr/share/autojump/autojump.fish
|