From a04d39d0cbcfcf5828d97cc5ddffa9e59a3a85b1 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Tue, 13 Jan 2026 07:13:28 -0500 Subject: refactor: remove cal abbr --- .config/fish/config.fish | 1 - .config/shell/.bashrc | 2 -- .config/shell/.zshrc | 1 - 3 files changed, 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 end # abbreviations abbr -a S "cd ~/.local/bin && ls" - abbr -a c "cal" abbr -a d "disown" abbr -a dots "cd ~/.local/share/.dotfiles/" 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' 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]'" 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 # personal abbreviations abbr -S --quiet S="cd ~/.local/bin && ls" - abbr -S --quiet c="cal" abbr -S --quiet d="disown" abbr -S --quiet dots="cd ~/.local/share/.dotfiles/" abbr -S --quiet ks="killall screen" -- cgit v1.2.3