💥 Removed unnecessary script, now alias

This commit is contained in:
z3rOR0ne 2024-11-27 15:14:21 -08:00
parent d448a5f263
commit 49085c5bda
2 changed files with 1 additions and 3 deletions

View file

@ -49,6 +49,7 @@ 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"

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
date | awk '{print $4}'