mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Squashed 'gitstatus/' changes from 6b9ba17..32b7b67
32b7b67 silly typo bug dammit! git-subtree-dir: gitstatus git-subtree-split: 32b7b674326b109bbe639d6dc662ede2d4df3ad2
This commit is contained in:
parent
1531d6e543
commit
0acaefe57f
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -107,7 +107,7 @@ END
|
|||
uname_s="$(printf '%s' "$uname_s" | command tr '[A-Z]' '[a-z]')" || return
|
||||
fi
|
||||
if [ -z "$uname_m" ]; then
|
||||
uname_m="$(command uname -s)" || return
|
||||
uname_m="$(command uname -m)" || return
|
||||
uname_m="$(printf '%s' "$uname_m" | command tr '[A-Z]' '[a-z]')" || return
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue