diff options
| author | 2019-09-10 14:39:06 +0200 | |
|---|---|---|
| committer | 2019-09-10 14:39:06 +0200 | |
| commit | 964cac26e52627b07e0404fc020178e36c564cde (patch) | |
| tree | 6b495e37afd9ecaee203a73e0840d5fb91fa90d7 /bash | |
| parent | 1b333f7c1fc21f90a6972784edd6ac1be07b814f (diff) | |
| download | dotfiles-964cac26e52627b07e0404fc020178e36c564cde.tar.gz dotfiles-964cac26e52627b07e0404fc020178e36c564cde.tar.bz2 dotfiles-964cac26e52627b07e0404fc020178e36c564cde.zip | |
python httpd
Diffstat (limited to 'bash')
| -rwxr-xr-x | bash/.bashrc | 4 |
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" |
| 217 | fi | 217 | fi |
| 218 | 218 | ||
| 219 | if exists python3; then | ||
| 220 | alias pyhttpd="python3 -m http.server" | ||
| 221 | fi | ||
| 222 | |||
| 219 | if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then | 223 | if [ -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" |
