summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 1517c18..fd7713a 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -24,7 +24,7 @@ fi
# ==== Aliases
alias wttr='curl http://wttr.in/berlin'
alias la='ls -a'
-alias srv="npx http-server" # start simple server
+alias srv="python3 -m http.server" # start simple server
alias tagme='ctags -R --languages=ruby --exclude=.git --exclude=log . $(bundle list --paths)'
alias skipci='git commit --allow-empty -m "--skip-ci"'
alias rgpg='pkill pinentry-tty; gpg-connect-agent updatestartuptty /bye'