From dbd037c24f9b8aad5dce6f143d54d9a3fff6e60a Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 9 May 2022 18:37:17 -0400 Subject: [PATCH] add zshrc --- files/zsh/.zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/files/zsh/.zshrc b/files/zsh/.zshrc index 8f1ee29..b78b799 100644 --- a/files/zsh/.zshrc +++ b/files/zsh/.zshrc @@ -13,7 +13,7 @@ GREP_OPTS="--color=auto" EDITOR=vim VISUAL=vim PAGER=less -PROMPT='%n@%m %~ %# ' +# PROMPT='%n@%m %~ %# ' ## Shell Options ## @@ -82,3 +82,8 @@ alias untar="tar -xvf" alias mktar="tar -caf" alias tarls="tar -tvf" alias ungzip="gunzip" + +# ruby +if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi + +PATH+=":/Users/james/Library/Python/3.8/bin"