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/.bashrc | |
| parent | 24a2888edd510881bc043d20ffe71f85759bf74a (diff) | |
refactor: dots
Diffstat (limited to '.config/shell/.bashrc')
| -rw-r--r-- | .config/shell/.bashrc | 2 |
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' |
