Merge branch 'master' into archtuf

This commit is contained in:
2024-10-23 21:52:00 +02:00
11 changed files with 54 additions and 36 deletions
+1
View File
@@ -3,6 +3,7 @@ alias la='ls -A'
alias l='ls -CF'
alias lla='ls -al'
alias mux='tmuxinator'
alias i="ipython"
alias pm='python manage.py'
alias pmt='clear && pm test'
+2
View File
@@ -0,0 +1,2 @@
bindkey "^k" up-line-or-history
bindkey "^j" up-line-or-history