1
0

made more current

This commit is contained in:
2023-12-18 12:47:55 -07:00
parent 500b47fd9a
commit 2f4b65e84b
10 changed files with 74 additions and 29 deletions

View File

@@ -19,4 +19,8 @@ done
bindkey -a 'k' history-substring-search-up
bindkey -a 'j' history-substring-search-down
# aliases
alias weather="curl 'wttr.in/?0'"
alias vi="busybox vi"
alias tar="bsdtar"
alias which="$HOME/.local/bin/which"