Skip to content

Commit

Permalink
Fixed username layer. 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
q60 committed Jun 19, 2021
1 parent abeaf6c commit aa264a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disfetch
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ esac
###########################################
# adding only existing layers to info #
###########################################
INFO+=("$motif$(whoami)$r @ $motif$HOSTNAME$r")
INFO+=("$motif$USER$r @ $motif$HOSTNAME$r")
[[ $OS ]] && INFO+=("${motif}OS:$r $OS")
[[ $KERNEL ]] && INFO+=("${motif}KERNEL:$r $KERNEL")
[[ $ARCH ]] && INFO+=("${motif}ARCH:$r $ARCH")
Expand Down

0 comments on commit aa264a0

Please sign in to comment.