Remove path, start tall, status after add

This commit is contained in:
Joseph Ferano 2021-10-22 04:36:06 +07:00
parent 3c75ccd587
commit eb55f7413b
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ abbr -a -g gcm "git commit -m"
abbr -a -g gcau "git commit --author" abbr -a -g gcau "git commit --author"
abbr -a -g gcam "git commit -am" abbr -a -g gcam "git commit -am"
abbr -a -g gcamm "git commit --amend" abbr -a -g gcamm "git commit --amend"
abbr -a -g gaa "git add -A" abbr -a -g gaa "git add -A && git status --untracked-files"
abbr -a -g gpl "git pull" abbr -a -g gpl "git pull"
abbr -a -g gp "git push" abbr -a -g gp "git push"
abbr -a -g gpd "git push -d origin" abbr -a -g gpd "git push -d origin"

View File

@ -39,4 +39,4 @@ SETUVAR fish_pager_color_completion:normal
SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_user_paths:/home/joe/bin SETUVAR fish_user_paths:/home/joe/\x2elocal/bin

View File

@ -17,7 +17,7 @@ map super+f pipe @ansi overlay /home/joe/bin/vim-ansi
map ctrl+shift+enter launch --cwd=current map ctrl+shift+enter launch --cwd=current
map f5 load_config_file map f5 load_config_file
enabled_layouts stack,tall,fat enabled_layouts tall,stack,fat
map ctrl+shift+m toggle_layout stack map ctrl+shift+m toggle_layout stack