aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2019-09-10 14:39:06 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2019-09-10 14:39:06 +0200
commit964cac26e52627b07e0404fc020178e36c564cde (patch)
tree6b495e37afd9ecaee203a73e0840d5fb91fa90d7 /bash/.bashrc
parent1b333f7c1fc21f90a6972784edd6ac1be07b814f (diff)
downloaddotfiles-964cac26e52627b07e0404fc020178e36c564cde.tar.gz
dotfiles-964cac26e52627b07e0404fc020178e36c564cde.tar.bz2
dotfiles-964cac26e52627b07e0404fc020178e36c564cde.zip
python httpd
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"