From 534388bb163c6c5c42080a90bf7a1a8ca09e0b36 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Fri, 6 Mar 2026 21:40:18 -0500 Subject: refactor: dots --- .config/shell/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell/.bashrc') 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' -- cgit v1.2.3