zsh config

This commit is contained in:
2024-09-28 04:23:06 +02:00
commit bfdc515816
4 changed files with 218 additions and 0 deletions

8
.zsh_alias Normal file
View File

@@ -0,0 +1,8 @@
alias keepass="/home/shatteredmint/scripts/keepass.sh"
alias customasm="/home/shatteredmint/build/customasm-0.13.5/target/debug/customasm"
alias configure='nvim ~/.zshrc && nvim ~/.zsh_alias && nvim ~/.zsh_theme && source ~/.zshrc'
alias ll='ls -l'
alias la='ls -a'
alias lla='ls -la'