mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
zsh: commands: timestamps
This commit is contained in:
parent
dfed588d43
commit
6a448f2f89
1 changed files with 13 additions and 3 deletions
16
root/.zshrc
16
root/.zshrc
|
|
@ -45,13 +45,22 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
|
|
||||||
alias :q='exit'
|
|
||||||
alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"'
|
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 ncdu='ncdu --color off'
|
||||||
alias lynx='WWW_HOME=https://duckduckgo.com \
|
alias lynx='WWW_HOME=https://duckduckgo.com \
|
||||||
lynx -accept_all_cookies -nocolor -nopause -show_cursor:true -tna -vikeys'
|
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
|
# 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'
|
alias summonable='docker exec -it ollama ollama list'
|
||||||
|
|
||||||
## Music
|
## Music
|
||||||
|
|
||||||
alias somafm='npx ~/trash/fuzzsoma'
|
alias somafm='npx ~/trash/fuzzsoma'
|
||||||
|
|
||||||
## Copy from terminal
|
## Copy from terminal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue