New aliases

This commit is contained in:
2020-02-23 10:53:31 +01:00
parent c63e168747
commit 28496b2171
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ alias zrc='nano $HOME/.zshrc'
alias c='clear'
alias h='history'
alias top='htop'
alias space='du -a /dir/ | sort -n -r | head -n 20'
if [ "$(uname)" = "Darwin" ]; then
alias ls='ls -G'

3
zshrc
View File

@@ -20,3 +20,6 @@ setopt appendhistory
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init -)"
fi