AutoYADM commit: 2025-03-28 23:45:08

This commit is contained in:
Daniel Fichtinger 2025-03-28 23:45:08 -04:00
parent b4ab1d94f2
commit 0e17858af2
3 changed files with 2 additions and 4 deletions

View file

@ -3,3 +3,4 @@ abbr -a gc git commit
abbr -a gco git checkout abbr -a gco git checkout
abbr -a cls "clear; ls" abbr -a cls "clear; ls"
abbr -a ga git add abbr -a ga git add
abbr -a c clear

View file

@ -64,7 +64,7 @@ SETUVAR fish_pager_color_selected_background:\x1d
SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_completion:\x1d
SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_description:\x1d
SETUVAR fish_pager_color_selected_prefix:\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 linode_ip:172\x2e105\x2e6\x2e137
SETUVAR sponge_allow_previously_successful:true SETUVAR sponge_allow_previously_successful:true
SETUVAR sponge_delay:2 SETUVAR sponge_delay:2

View file

@ -1,3 +0,0 @@
function c --wraps clear --description "Clear the screen"
clear
end