aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/.zshrc
diff options
context:
space:
mode:
authorBlista Kanjo2024-02-21 10:06:59 -0500
committerBlista Kanjo2024-02-21 10:06:59 -0500
commite26a4f9b6be255de16a2caf348120110c754d58f (patch)
tree596481cefa682721fc006464ebea9c073b052528 /.config/shell/.zshrc
parent3734204d7b5dba00fce672be708ac9cfb19e5aba (diff)
refactor: remove rust-uutils aliases
Diffstat (limited to '.config/shell/.zshrc')
-rw-r--r--.config/shell/.zshrc28
1 files changed, 9 insertions, 19 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc
index 4128376..9fa5913 100644
--- a/.config/shell/.zshrc
+++ b/.config/shell/.zshrc
@@ -14,36 +14,26 @@ SAVEHIST=9999999
# aliases
# personal aliases
+ alias c="cal"
+ alias d="disown"
+ alias egrep='grep -E'
+ alias fgrep='grep -F'
+ alias grep='grep --colour=auto'
alias ls="ls --group-directories-first -h -p --color -F"
+ alias neofetch="alsi"
+ alias p="command yay"
+ alias pu="command yay -Syu --answerclean yes --rebuildall --noconfirm"
alias s="cd ~/.local/bin && ls"
- alias d="disown"
- alias c="cal"
+ alias t="timedatectl"
alias w="curl wttr.in"
alias x="startx"
- alias t="timedatectl"
- alias p="command yay"
- alias pu="command yay -Syyu --answerclean yes --rebuildall --noconfirm"
alias yay="echo"
- alias neofetch="alsi"
- alias grep='grep --colour=auto'
- alias egrep='grep -E'
- alias fgrep='grep -F'
# youtube-dl aliases
alias yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'"
alias yt-webm="youtube-dl -cif 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/best'"
alias yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'"
- # experimental rust-uutits substitutions for testing
- alias basenc=uu-basenc
- alias groups=uu-groups
- alias hostname=uu-hostname
- alias join=uu-join
- alias kill=uu-kill
- alias pathchk=uu-pathchk
- alias realpath=uu-realpath
- alias touch=uu-touch
-
# pfetch stuff
export PF_INFO="ascii title os kernel uptime pkgs memory"