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

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