summaryrefslogtreecommitdiff
path: root/.config/shell/.bashrc
diff options
context:
space:
mode:
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"
102command which alsi >/dev/null 2>&1 && alias neofetch="alsi" 102command which alsi >/dev/null 2>&1 && alias neofetch="alsi"
103alias S="cd ~/.local/bin && ls" 103alias S="cd ~/.local/bin && ls"
104alias d="disown" 104alias d="disown"
105alias dots="cd ~/.local/share/.dotfiles/" 105alias dots="cd ~/.local/share/.dots/"
106alias egrep='grep -E' 106alias egrep='grep -E'
107alias fgrep='grep -F' 107alias fgrep='grep -F'
108alias grep='grep --color=auto' 108alias grep='grep --color=auto'