diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-20 17:03:07 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-20 17:03:07 +0400 |
commit | a5d93dd2bd5a63b5df2cb874834f7221d2210ab2 (patch) | |
tree | 0a18f2967b55c7a8888e518c0cf6caf5d09ed459 | |
parent | 4d14ace3c5180ec0827408c1222cb35fe27cf484 (diff) |
style (bashrc): remove trailing spaces
-rw-r--r-- | config/bash/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bash/bashrc b/config/bash/bashrc index f143fd2..8396d9f 100644 --- a/config/bash/bashrc +++ b/config/bash/bashrc @@ -13,7 +13,7 @@ PS1='\[\e[01;31m\]$(code=$?; [ "$code" -ne 0 ] && echo "[${code}] ")\[\e[00m\]\[ if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ];then source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" -else +else # Fallback aliases where aliasrc isn't present (e.g., on servers) alias \ vi="vim" \ |