Renew bat file when location changed

This commit is contained in:
2017-08-24 01:00:59 +08:00
parent bc0eb1efb3
commit ccc7735729
2 changed files with 8 additions and 1 deletions

View File

@@ -35,3 +35,6 @@ alias wget='wget --directory-prefix="$HOME/Downloads"'
# ssh-agent key lifetime
alias ssh-add="ssh-add -t 43200"
# Pretty print sqlite3
alias sqlite3="sqlite3 -header -column"