Remove path, start tall, status after add
This commit is contained in:
parent
3c75ccd587
commit
eb55f7413b
@ -29,7 +29,7 @@ abbr -a -g gcm "git commit -m"
|
||||
abbr -a -g gcau "git commit --author"
|
||||
abbr -a -g gcam "git commit -am"
|
||||
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 gp "git push"
|
||||
abbr -a -g gpd "git push -d origin"
|
||||
|
@ -39,4 +39,4 @@ SETUVAR fish_pager_color_completion:normal
|
||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
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
|
||||
|
@ -17,7 +17,7 @@ map super+f pipe @ansi overlay /home/joe/bin/vim-ansi
|
||||
map ctrl+shift+enter launch --cwd=current
|
||||
map f5 load_config_file
|
||||
|
||||
enabled_layouts stack,tall,fat
|
||||
enabled_layouts tall,stack,fat
|
||||
|
||||
map ctrl+shift+m toggle_layout stack
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user