diff options
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.zshrc | 28 |
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" |
