From 6a448f2f89cbb7c122bdf111f098ca60f6e1c135 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 12 Apr 2025 03:23:41 +0200 Subject: [PATCH] zsh: commands: timestamps --- root/.zshrc | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/root/.zshrc b/root/.zshrc index 820250a..2fa4bf3 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -45,13 +45,22 @@ source $ZSH/oh-my-zsh.sh # Aliases -alias :q='exit' alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"' + +alias st='fastfetch -c ~/dotfiles/fastfetch/st.jsonc' +alias status='clear && fastfetch -c ~/dotfiles/fastfetch/status.jsonc' + +# Commands + +alias :q='exit' +alias :timestamps='omz theme use custom-groups' +alias :notimestamps='omz theme use custom-minimal' + +# Apps + alias ncdu='ncdu --color off' alias lynx='WWW_HOME=https://duckduckgo.com \ lynx -accept_all_cookies -nocolor -nopause -show_cursor:true -tna -vikeys' -alias st='fastfetch -c ~/dotfiles/fastfetch/st.jsonc' -alias status='clear && fastfetch -c ~/dotfiles/fastfetch/status.jsonc' # Aliases for nmtui @see https://lemmy.world/post/17689127 @@ -83,6 +92,7 @@ alias summon='clear && docker exec -it ollama ollama run' alias summonable='docker exec -it ollama ollama list' ## Music + alias somafm='npx ~/trash/fuzzsoma' ## Copy from terminal