fixed whitespace/indentation mistake
This commit is contained in:
parent
0f5e703cbe
commit
f312a9b06a
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ function htop btop {
|
||||||
function fastfetch ff neofetch nf {
|
function fastfetch ff neofetch nf {
|
||||||
if (( $+commands[fastfetch] )); then
|
if (( $+commands[fastfetch] )); then
|
||||||
command fastfetch $@
|
command fastfetch $@
|
||||||
elif (( $+commands[neofetch] )); then
|
elif (( $+commands[neofetch] )); then
|
||||||
echo "Warning: fastfetch is not installed, falling back to neofetch."
|
echo "Warning: fastfetch is not installed, falling back to neofetch."
|
||||||
command neofetch $@
|
command neofetch $@
|
||||||
else
|
else
|
||||||
|
|
Reference in a new issue