aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rwxr-xr-xbash/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 36d9a13..4b85bd1 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -216,6 +216,10 @@ if exists xcrun; then
216 export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$SDK_PATH/usr/include" 216 export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$SDK_PATH/usr/include"
217fi 217fi
218 218
219if exists python3; then
220 alias pyhttpd="python3 -m http.server"
221fi
222
219if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then 223if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then
220 export NVM_DIR="$HOME/.nvm" 224 export NVM_DIR="$HOME/.nvm"
221 source "/usr/local/opt/nvm/nvm.sh" 225 source "/usr/local/opt/nvm/nvm.sh"