2023-11-06 16:27:01 +00:00
|
|
|
fish_add_path -g ~/{.dotfiles,.local{/appdwarf,},Games}/bin /usr/lib64/ccache/bin
|
2023-10-26 05:58:32 +00:00
|
|
|
export EDITOR=nvim MANPAGER='nvim +Man!' USE_CCACHE=1 PAGER=nvimpager
|
2023-10-07 04:27:34 +00:00
|
|
|
export QT_STYLE_OVERRIDE=kvantum
|
2023-11-02 18:39:59 +00:00
|
|
|
export NNN_PLUG='f:fzcd;i:imgur;j:autojump;m:nmount;s:imgview'
|
2021-03-06 23:40:15 +00:00
|
|
|
|
2022-03-21 03:12:23 +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
|
2022-11-13 20:22:41 +00:00
|
|
|
set fish_color_escape 'bryellow' '--bold'
|
2022-03-21 03:12:23 +00:00
|
|
|
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
|
2022-11-13 20:22:41 +00:00
|
|
|
set fish_pager_color_prefix 'white' '--bold' '--underline'
|
2021-08-10 00:46:02 +00:00
|
|
|
|
2022-03-21 03:12:23 +00:00
|
|
|
bind \ed 'ncdu'
|
2022-11-13 20:22:41 +00:00
|
|
|
bind \ef '_fzf_wrapper | clip'
|
2022-03-21 03:12:23 +00:00
|
|
|
bind \e\co 'open (_fzf_wrapper)'
|
2022-01-21 18:30:10 +00:00
|
|
|
|
2023-06-01 14:57:08 +00:00
|
|
|
abbr !. --position anywhere -f history_find -r '^!.*'
|
|
|
|
abbr !! --position anywhere -f history_last
|
|
|
|
abbr do ''
|
|
|
|
abbr done end
|
2023-05-25 16:14:34 +00:00
|
|
|
|
2022-11-13 20:22:41 +00:00
|
|
|
printf "\e[5 q"
|