[+] Append history

This commit is contained in:
Hykilpikonna
2022-05-21 13:44:06 -04:00
committed by GitHub
parent a26b4cf121
commit 30a5e36c0b
+6
View File
@@ -1,3 +1,9 @@
# ZSH History
HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory
# 好用的简写w
alias ls='ls -h --color=auto'
alias ll='ls -l'