Add pew zsh config
This commit is contained in:
parent
480db874d5
commit
9ac8f2b2bb
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -47,3 +47,6 @@ pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1 && export SSH_AGENT_PID=$(pgrep
|
|||
|
||||
# Aliases
|
||||
[ -f "$HOME/.aliases" ] && . "$HOME/.aliases"
|
||||
|
||||
# Pew
|
||||
hash pew 2>/dev/null && source $(pew shell_config)
|
||||
|
|
Loading…
Reference in a new issue