summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-01-13 07:13:28 -0500
committerkj_sh6042026-01-13 07:13:28 -0500
commita04d39d0cbcfcf5828d97cc5ddffa9e59a3a85b1 (patch)
treecf24c867355522369cbe2916ed34e8f76505b518
parent38f694aeaaeabf07902c100c8dedbca5a47f6e5e (diff)
refactor: remove cal abbr
-rw-r--r--.config/fish/config.fish1
-rw-r--r--.config/shell/.bashrc2
-rw-r--r--.config/shell/.zshrc1
3 files changed, 0 insertions, 4 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 6a7bb74..fa4a82f 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -15,7 +15,6 @@ if status is-interactive
15 end 15 end
16 # abbreviations 16 # abbreviations
17 abbr -a S "cd ~/.local/bin && ls" 17 abbr -a S "cd ~/.local/bin && ls"
18 abbr -a c "cal"
19 abbr -a d "disown" 18 abbr -a d "disown"
20 abbr -a dots "cd ~/.local/share/.dotfiles/" 19 abbr -a dots "cd ~/.local/share/.dotfiles/"
21 abbr -a ks "killall screen" 20 abbr -a ks "killall screen"
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'
101command which eza >/dev/null 2>&1 && alias ls="eza" 101command which eza >/dev/null 2>&1 && alias ls="eza"
102command which alsi >/dev/null 2>&1 && alias neofetch="alsi" 102command which alsi >/dev/null 2>&1 && alias neofetch="alsi"
103alias S="cd ~/.local/bin && ls" 103alias S="cd ~/.local/bin && ls"
104alias c="cal"
105alias d="disown" 104alias d="disown"
106alias dots="cd ~/.local/share/.dotfiles/" 105alias dots="cd ~/.local/share/.dotfiles/"
107alias egrep='grep -E' 106alias egrep='grep -E'
@@ -117,7 +116,6 @@ alias sls="screen -ls"
117alias sr="screen -r" 116alias sr="screen -r"
118alias t="timedatectl" 117alias t="timedatectl"
119alias uncommit="git reset --soft HEAD^" 118alias uncommit="git reset --soft HEAD^"
120alias w="curl wttr.in"
121alias x="startx" 119alias x="startx"
122alias yt-best="youtube-dl -cif 'bestvideo+bestaudio/best'" 120alias yt-best="youtube-dl -cif 'bestvideo+bestaudio/best'"
123alias yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'" 121alias yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'"
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc
index 2c7b8f9..a5fd916 100644
--- a/.config/shell/.zshrc
+++ b/.config/shell/.zshrc
@@ -36,7 +36,6 @@ SAVEHIST=9999999
36 36
37 # personal abbreviations 37 # personal abbreviations
38 abbr -S --quiet S="cd ~/.local/bin && ls" 38 abbr -S --quiet S="cd ~/.local/bin && ls"
39 abbr -S --quiet c="cal"
40 abbr -S --quiet d="disown" 39 abbr -S --quiet d="disown"
41 abbr -S --quiet dots="cd ~/.local/share/.dotfiles/" 40 abbr -S --quiet dots="cd ~/.local/share/.dotfiles/"
42 abbr -S --quiet ks="killall screen" 41 abbr -S --quiet ks="killall screen"