diff options
| author | Blista Kanjo | 2024-02-21 10:06:59 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2024-02-21 10:06:59 -0500 |
| commit | e26a4f9b6be255de16a2caf348120110c754d58f (patch) | |
| tree | 596481cefa682721fc006464ebea9c073b052528 | |
| parent | 3734204d7b5dba00fce672be708ac9cfb19e5aba (diff) | |
refactor: remove rust-uutils aliases
| -rw-r--r-- | .config/fish/config.fish | 12 | ||||
| -rw-r--r-- | .config/shell/.zshrc | 28 |
2 files changed, 9 insertions, 31 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 15f2c09..047f842 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -29,18 +29,6 @@ if status is-interactive 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 echo=uu-echo - alias groups=uu-groups - alias hostname=uu-hostname - alias join=uu-join - alias kill=uu-kill - alias pathchk=uu-pathchk - alias printf=uu-printf - alias realpath=uu-realpath - alias touch=uu-touch - # environment variable declarations export PF_INFO="ascii title os kernel uptime pkgs memory" 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" |
