diff options
| author | Blista Kanjo | 2024-02-19 23:46:03 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2024-02-19 23:46:03 -0500 |
| commit | 57b9e317ae127cc9daf5e2e39e7339c8daf60e19 (patch) | |
| tree | bb86f7b3c249413becb73e8fd1dc805ad21bc0a2 /.config/fish/config.fish | |
| parent | bcb6bcff2b50e796e6cff6cc1b72aa1bc825598f (diff) | |
refactor: sort `personal aliases`
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 8f5b794..15f2c09 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -9,20 +9,20 @@ if status is-interactive fish_vi_key_bindings # 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 -Syu --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'" |
