diff options
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #emulate sh -c '. ~/.profile' # Clone oh-my-zsh if not present. -[[ ! -e .oh-my-zsh ]] && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh +test ! -e ~/.oh-my-zsh && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh # Run and configure ssh-agent if ! pgrep -u "$USER" ssh-agent > /dev/null; then |
