diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index 94af3b8c..b4a66f95 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -3,3 +3,4 @@ abbr -a gc git commit abbr -a gco git checkout abbr -a cls "clear; ls" abbr -a ga git add +abbr -a c clear diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 280f530d..697a5230 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -64,7 +64,7 @@ SETUVAR fish_pager_color_selected_background:\x1d SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_prefix:\x1d -SETUVAR fish_user_paths:/usr/local/bin +SETUVAR fish_user_paths:/home/fic/\x2ecargo/bin\x1e/usr/local/bin SETUVAR linode_ip:172\x2e105\x2e6\x2e137 SETUVAR sponge_allow_previously_successful:true SETUVAR sponge_delay:2 diff --git a/.config/fish/functions/c.fish b/.config/fish/functions/c.fish deleted file mode 100644 index f7c90263..00000000 --- a/.config/fish/functions/c.fish +++ /dev/null @@ -1,3 +0,0 @@ -function c --wraps clear --description "Clear the screen" - clear -end