git aliases

This commit is contained in:
thek4n 2024-06-24 11:27:17 +03:00
parent 6dd077e455
commit a288b493fe
3 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -35,6 +35,7 @@ CMakeFiles
*.so
*.o
a.out
*.exe
build/
dist/

View File

@ -7,4 +7,5 @@ set -g @plugin 'laktak/extrakto'
## extrakto
set -g @extrakto_popup_size '40%'
set -g @extrakto_key 'e'
set -g @extrakto_key 'e'
set -g @extrakto_fzf_unset_default_opts "false"