aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/.bashrc
diff options
context:
space:
mode:
authorkj_sh6042026-03-06 21:40:18 -0500
committerkj_sh6042026-03-06 21:40:18 -0500
commit534388bb163c6c5c42080a90bf7a1a8ca09e0b36 (patch)
tree69446cedac54b60c2eaf4c267f8bd5d60948e824 /.config/shell/.bashrc
parent24a2888edd510881bc043d20ffe71f85759bf74a (diff)
refactor: dots
Diffstat (limited to '.config/shell/.bashrc')
-rw-r--r--.config/shell/.bashrc2
1 files changed, 1 insertions, 1 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'