Skip to content

Commit

Permalink
modified tmux-disk for lotus
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Nov 7, 2020
1 parent 012f64a commit cea62e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tmux-disk
Expand Up @@ -17,8 +17,6 @@ if [ "$HOSTNAME" == "Yogix" ]; then
elif [ "$HOSTNAME" == "lotus" ]; then
echo -n " "
df -h | grep /$ | awk '{print $4,""}' | tr -d 'G\n'
df -h | grep internal$ | awk '{print $4,""}' | tr -d 'G\n'
df -h | grep BETA$ | awk '{print $4,""}' | tr -d 'G\n'

elif [ "$HOSTNAME" == "tank" ]; then
echo -n " "
Expand Down

0 comments on commit cea62e1

Please sign in to comment.