2022-03-01 06:38:20 +00:00
|
|
|
fish_add_path -g ~/{.local,Games}/bin /usr/lib64/ccache/bin
|
2021-03-06 23:40:15 +00:00
|
|
|
|
2021-12-31 19:29:17 +00:00
|
|
|
if tty -s
|
|
|
|
set -x EDITOR nvim
|
|
|
|
set -x PAGER most
|
|
|
|
set -x MANPAGER 'nvim +Man!'
|
|
|
|
set -x USE_CCACHE 1
|
2021-08-10 00:46:02 +00:00
|
|
|
|
2022-01-21 18:30:10 +00:00
|
|
|
set fish_greeting
|
|
|
|
set fish_color_command --bold
|
|
|
|
set fish_color_comment red
|
|
|
|
set fish_color_end brmagenta
|
|
|
|
set fish_color_error brred
|
|
|
|
set fish_color_escape 'bryellow' '--bold'
|
|
|
|
set fish_color_match --background=brblue
|
|
|
|
set fish_color_operator bryellow
|
|
|
|
set fish_color_param cyan
|
|
|
|
set fish_color_quote yellow
|
|
|
|
set fish_color_redirection brblue
|
|
|
|
set fish_color_status red
|
|
|
|
set fish_color_user brgreen
|
|
|
|
set fish_color_valid_path --underline
|
|
|
|
set fish_pager_color_prefix 'white' '--bold' '--underline'
|
|
|
|
|
2021-12-31 19:29:17 +00:00
|
|
|
bind \ed 'ncdu'
|
2022-02-02 02:24:07 +00:00
|
|
|
bind \ef 'fzf | clip'
|
2021-08-11 00:14:59 +00:00
|
|
|
|
2021-12-31 19:29:17 +00:00
|
|
|
starship init fish --print-full-init | source
|
|
|
|
source /usr/share/autojump/autojump.fish
|
|
|
|
end
|