This commit is contained in:
Inhji 2019-08-07 07:57:11 +02:00
parent 0f9a317563
commit 89191af9fa
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ PURE_CMD_MAX_EXEC_TIME=10
prompt pure
# Load z
. $DOTFILES/z/z.sh
alias r="source ~/.zshrc"
alias up="sudo apt update"
alias i="sudo apt install"