This commit is contained in:
Inhji 2019-08-07 07:57:11 +02:00
父節點 0f9a317563
當前提交 89191af9fa
共有 1 個檔案被更改,包括 3 行新增0 行删除

查看文件

@ -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"