aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/.bashrc
diff options
context:
space:
mode:
authorkj_sh6042026-01-13 07:13:28 -0500
committerkj_sh6042026-01-13 07:13:28 -0500
commita04d39d0cbcfcf5828d97cc5ddffa9e59a3a85b1 (patch)
treecf24c867355522369cbe2916ed34e8f76505b518 /.config/shell/.bashrc
parent38f694aeaaeabf07902c100c8dedbca5a47f6e5e (diff)
refactor: remove cal abbr
Diffstat (limited to '.config/shell/.bashrc')
-rw-r--r--.config/shell/.bashrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/shell/.bashrc b/.config/shell/.bashrc
index af41326..bfbd88f 100644
--- a/.config/shell/.bashrc
+++ b/.config/shell/.bashrc
@@ -101,7 +101,6 @@ bind -m vi-insert '"\C-e": edit-and-execute-command'
command which eza >/dev/null 2>&1 && alias ls="eza"
command which alsi >/dev/null 2>&1 && alias neofetch="alsi"
alias S="cd ~/.local/bin && ls"
-alias c="cal"
alias d="disown"
alias dots="cd ~/.local/share/.dotfiles/"
alias egrep='grep -E'
@@ -117,7 +116,6 @@ alias sls="screen -ls"
alias sr="screen -r"
alias t="timedatectl"
alias uncommit="git reset --soft HEAD^"
-alias w="curl wttr.in"
alias x="startx"
alias yt-best="youtube-dl -cif 'bestvideo+bestaudio/best'"
alias yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'"