diff options
| -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 | |||
| 16 | # abbreviations | 16 | # abbreviations |
| 17 | abbr -a S "cd ~/.local/bin && ls" | 17 | abbr -a S "cd ~/.local/bin && ls" |
| 18 | abbr -a d "disown" | 18 | abbr -a d "disown" |
| 19 | abbr -a dots "cd ~/.local/share/.dotfiles/" | 19 | abbr -a dots "cd ~/.local/share/.dots/" |
| 20 | abbr -a ks "killall screen" | 20 | abbr -a ks "killall screen" |
| 21 | abbr -a lgit 'lazygit' | 21 | abbr -a lgit 'lazygit' |
| 22 | abbr -a p "paru" | 22 | 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" | |||
| 102 | command which alsi >/dev/null 2>&1 && alias neofetch="alsi" | 102 | command which alsi >/dev/null 2>&1 && alias neofetch="alsi" |
| 103 | alias S="cd ~/.local/bin && ls" | 103 | alias S="cd ~/.local/bin && ls" |
| 104 | alias d="disown" | 104 | alias d="disown" |
| 105 | alias dots="cd ~/.local/share/.dotfiles/" | 105 | alias dots="cd ~/.local/share/.dots/" |
| 106 | alias egrep='grep -E' | 106 | alias egrep='grep -E' |
| 107 | alias fgrep='grep -F' | 107 | alias fgrep='grep -F' |
| 108 | alias grep='grep --color=auto' | 108 | 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 | |||
| 37 | # personal abbreviations | 37 | # personal abbreviations |
| 38 | abbr -S --quiet S="cd ~/.local/bin && ls" | 38 | abbr -S --quiet S="cd ~/.local/bin && ls" |
| 39 | abbr -S --quiet d="disown" | 39 | abbr -S --quiet d="disown" |
| 40 | abbr -S --quiet dots="cd ~/.local/share/.dotfiles/" | 40 | abbr -S --quiet dots="cd ~/.local/share/.dots/" |
| 41 | abbr -S --quiet ks="killall screen" | 41 | abbr -S --quiet ks="killall screen" |
| 42 | abbr -S --quiet la='ls -lah' | 42 | abbr -S --quiet la='ls -lah' |
| 43 | abbr -S --quiet lgit="lazygit" | 43 | abbr -S --quiet lgit="lazygit" |
