mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
bashrc & zshrc: don't run who on Mac
This commit is contained in:
parent
d097b1a170
commit
628cb6d8d8
2
bashrc
2
bashrc
@ -135,7 +135,9 @@ fi
|
||||
hostname
|
||||
uptime
|
||||
echo ""
|
||||
if [[ $UNAME != Darwin ]]; then
|
||||
who -H -w -u
|
||||
fi
|
||||
|
||||
##### Environment 7RS56S #####
|
||||
# Environment should be placed to .environment or .bash_environment.
|
||||
|
Loading…
Reference in New Issue
Block a user