fix linux extra newline
This commit is contained in:
2
zshrc
2
zshrc
@@ -43,7 +43,7 @@ export PATH="/usr/local/opt/openssl/bin:$PATH"
|
|||||||
shownetinfo
|
shownetinfo
|
||||||
lab
|
lab
|
||||||
if [ "$OSTYPE" = "Linux" ]; then
|
if [ "$OSTYPE" = "Linux" ]; then
|
||||||
echo "\n"
|
echo ""
|
||||||
elif [ "$OSTYPE" = "Darwin" ]; then
|
elif [ "$OSTYPE" = "Darwin" ]; then
|
||||||
ssh-add -K ~/.ssh/id_rsa 2>/dev/null
|
ssh-add -K ~/.ssh/id_rsa 2>/dev/null
|
||||||
batt
|
batt
|
||||||
|
|||||||
Reference in New Issue
Block a user