diff options
| author | kj_sh604 | 2025-11-09 01:54:42 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-11-09 01:54:42 -0500 |
| commit | a6675719f73a332f92c30ff5c4948cda26c0e6e3 (patch) | |
| tree | 070c9be188abfa1bf6f1b3bca44f2c7fb86b1b80 | |
| parent | 60a5e9f7d4005a04ecbe6ac8f7796cfc2b813f90 (diff) | |
refactor: add dotx alias/abbr
| -rw-r--r-- | .config/fish/config.fish | 1 | ||||
| -rw-r--r-- | .config/shell/.zshrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 0ce9dbe..dd32274 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -19,6 +19,7 @@ if status is-interactive abbr -a c "cal" abbr -a d "disown" abbr -a dots "cd ~/.local/share/.dotfiles/" + abbr -a dotx "cd ~/.local/share/.dotextras/" abbr -a egrep "grep -E" abbr -a fgrep "grep -F" abbr -a ks "killall screen" diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index c2f6f4d..18c40bd 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -37,6 +37,7 @@ SAVEHIST=9999999 alias c="cal" alias d="disown" alias dots="cd ~/.local/share/.dotfiles/" + alias dotx="cd ~/.local/share/.dotextras/" alias egrep='grep -E' alias fgrep='grep -F' alias grep='grep --color=auto' |
