New aliases
This commit is contained in:
1
aliases
1
aliases
@@ -11,6 +11,7 @@ alias zrc='nano $HOME/.zshrc'
|
|||||||
alias c='clear'
|
alias c='clear'
|
||||||
alias h='history'
|
alias h='history'
|
||||||
alias top='htop'
|
alias top='htop'
|
||||||
|
alias space='du -a /dir/ | sort -n -r | head -n 20'
|
||||||
|
|
||||||
if [ "$(uname)" = "Darwin" ]; then
|
if [ "$(uname)" = "Darwin" ]; then
|
||||||
alias ls='ls -G'
|
alias ls='ls -G'
|
||||||
|
|||||||
3
zshrc
3
zshrc
@@ -20,3 +20,6 @@ setopt appendhistory
|
|||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
|
if command -v pyenv 1>/dev/null 2>&1; then
|
||||||
|
eval "$(pyenv init -)"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user