git aliases
This commit is contained in:
parent
6dd077e455
commit
a288b493fe
@ -53,6 +53,7 @@
|
||||
dw = diff --word-diff=color
|
||||
co = checkout
|
||||
ci = commit
|
||||
cm = "commit -m"
|
||||
ps = "!git push origin $(git rev-parse --abbrev-ref HEAD)"
|
||||
pl = "!git pull origin $(git rev-parse --abbrev-ref HEAD)"
|
||||
pr = "pull --rebase"
|
||||
|
||||
@ -35,6 +35,7 @@ CMakeFiles
|
||||
*.so
|
||||
*.o
|
||||
a.out
|
||||
*.exe
|
||||
|
||||
build/
|
||||
dist/
|
||||
@ -8,3 +8,4 @@ set -g @plugin 'laktak/extrakto'
|
||||
## extrakto
|
||||
set -g @extrakto_popup_size '40%'
|
||||
set -g @extrakto_key 'e'
|
||||
set -g @extrakto_fzf_unset_default_opts "false"
|
||||
Loading…
x
Reference in New Issue
Block a user