🔧 Updated btime script, more efficient

This commit is contained in:
z3rOR0ne 2024-11-27 22:49:57 -08:00
parent 49085c5bda
commit bd038049c0
2 changed files with 14 additions and 1 deletions

View file

@ -49,7 +49,6 @@ alias llama="cd ~/.local/share/llama.cpp && ./llama.sh ; cd"
alias gpt4="gobble gpt4all-chat"
alias wtuts="cd ~/Documents/Code/web_tutorials && ls"
alias btuts="cd ~/Documents/Code/book_tutorials && ls"
alias btime="echo $(date | awk '{print $4}')"
alias fonts="fc-list"
alias locate="locate -i"
alias bat="bat --theme Nord"