added some aliases to server conf

This commit is contained in:
Christoph J. Scherr 2023-01-07 22:40:09 +01:00
parent 77e107349e
commit 6248197026
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ alias l="ls --color -lah"
alias ll="ls --color -lh"
alias la="ls --color -ah"
alias ls="ls --color -h"
alias rm="echo please consider using trash instead: trash "
alias purge="/usr/bin/rm"
### ZSH HOME
export ZSH=$HOME/.zsh-server