Init base file

This commit is contained in:
Daddef
2025-07-26 15:54:14 +02:00
commit a4cc874e76
3 changed files with 37 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
abbr -a -- cl clear
abbr -a -- docker podman
abbr -a -- g git
#abbr -a -- gs 'git status'
abbr -a -- l ezals
abbr -a -- ll 'ezals -TL2'
abbr -a -- ls ezals
abbr -a -- q exit
abbr -a -- v nvim
abbr -a --position anywhere --command git -- a add
abbr -a --position anywhere --command git -- b branch
abbr -a --position anywhere --command git -- c commit
abbr -a --position anywhere --command git -- co checkout
abbr -a --position anywhere --command git -- d diff
abbr -a --position anywhere --command git -- s status