diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-03-06 21:40:18 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-03-06 21:40:18 -0500 |
| commit | 534388bb163c6c5c42080a90bf7a1a8ca09e0b36 (patch) | |
| tree | 69446cedac54b60c2eaf4c267f8bd5d60948e824 | |
| parent | 24a2888edd510881bc043d20ffe71f85759bf74a (diff) | |
refactor: dots
| -rw-r--r-- | .config/fish/config.fish | 2 | ||||
| -rw-r--r-- | .config/shell/.bashrc | 2 | ||||
| -rw-r--r-- | .config/shell/.zshrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index fa4a82f..48c5cf1 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -16,7 +16,7 @@ if status is-interactive # abbreviations abbr -a S "cd ~/.local/bin && ls" abbr -a d "disown" - abbr -a dots "cd ~/.local/share/.dotfiles/" + abbr -a dots "cd ~/.local/share/.dots/" abbr -a ks "killall screen" abbr -a lgit 'lazygit' abbr -a p "paru" 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" |
