From e4daf54466567ef354057ae653dccd7c267dd2b8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 22 May 2021 15:01:10 +0200 Subject: Use python3 static server instead of npx --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') 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' -- cgit v1.2.3