diff options
| author | kj_sh604 | 2026-01-13 07:13:28 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-01-13 07:13:28 -0500 |
| commit | a04d39d0cbcfcf5828d97cc5ddffa9e59a3a85b1 (patch) | |
| tree | cf24c867355522369cbe2916ed34e8f76505b518 /.config/fish/config.fish | |
| parent | 38f694aeaaeabf07902c100c8dedbca5a47f6e5e (diff) | |
refactor: remove cal abbr
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 0 insertions, 1 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" |
