Add conky config; add alias, global var, binding; update fish scripts

This commit is contained in:
mitchell 2021-12-16 16:51:31 -05:00
parent 662cf1bcdc
commit 91ebbe8be8
10 changed files with 234 additions and 83 deletions

View file

@ -6,6 +6,7 @@ function define_global_variables -d 'Defines all and exclusively globally export
set -gx EDITOR nvim
set -gx BROWSER firefox
set -gx DIFFPROG nvim -d
set -gx FZF_CTRL_T_COMMAND 'ag --hidden --ignore .git -g ""'
set -gx FZF_DEFAULT_COMMAND 'ag --hidden --ignore .git -g ""'