Browse Source

no idea actually

master
Josh Fabean 7 years ago
parent
commit
44a760bc6d
No known key found for this signature in database GPG Key ID: 5EF27D86AD60946D
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .zshrc

+ 3
- 1
.zshrc View File

@ -95,6 +95,8 @@ if [ -f /Users/joshfabean/.tnsrc ]; then
source /Users/joshfabean/.tnsrc
fi
###-tns-completion-end-###
# Gotham Shell
GOTHAM_SHELL="$HOME/.config/gotham/gotham.sh"
[[ -s $GOTHAM_SHELL ]] && source $GOTHAM_SHELL
export NVM_DIR="/Users/joshfabean/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm

Loading…
Cancel
Save