diff options
| author | kj_sh604 | 2026-03-06 21:40:18 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-03-06 21:40:18 -0500 |
| commit | 534388bb163c6c5c42080a90bf7a1a8ca09e0b36 (patch) | |
| tree | 69446cedac54b60c2eaf4c267f8bd5d60948e824 /.config/shell | |
| parent | 24a2888edd510881bc043d20ffe71f85759bf74a (diff) | |
refactor: dots
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.bashrc | 2 | ||||
| -rw-r--r-- | .config/shell/.zshrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/shell/.bashrc b/.config/shell/.bashrc index bfbd88f..60e8ba4 100644 --- a/.config/shell/.bashrc +++ b/.config/shell/.bashrc @@ -102,7 +102,7 @@ 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 d="disown" -alias dots="cd ~/.local/share/.dotfiles/" +alias dots="cd ~/.local/share/.dots/" alias egrep='grep -E' alias fgrep='grep -F' alias grep='grep --color=auto' diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index a5fd916..f1ccad6 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -37,7 +37,7 @@ SAVEHIST=9999999 # personal abbreviations abbr -S --quiet S="cd ~/.local/bin && ls" abbr -S --quiet d="disown" - abbr -S --quiet dots="cd ~/.local/share/.dotfiles/" + abbr -S --quiet dots="cd ~/.local/share/.dots/" abbr -S --quiet ks="killall screen" abbr -S --quiet la='ls -lah' abbr -S --quiet lgit="lazygit" |
