alis (https) make httpie use https, added npm path

This commit is contained in:
Joty
2018-07-26 11:30:15 +09:30
parent c8ec6a8054
commit 82dbb20f94
2 changed files with 10 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ if [ ! -L ~/.quickzsh/todo/bin/todo.sh ]; then
ln -s ~/.quickzsh/todo/todo.sh ~/.quickzsh/todo/bin/todo.sh # so only .../bin is included in $PATH
ln -s ~/.quickzsh/todo/todo.cfg ~/.todo.cfg # it expects it there or ~/todo.cfg or ~/.todo/config
else
echo -e "todo.sh is already instlled in ~/.quickzsh/todo\n"
echo -e "todo.sh is already instlled in ~/.quickzsh/todo/bin/\n"
fi
if [[ $1 == "--cp-hist" ]]; then