aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-02-16 14:52:43 +0100
committerBen Beltran <ben@nsovocal.com>2020-02-16 14:52:43 +0100
commitcef96ea6fe8027669b9f23647439362da04035a3 (patch)
tree9f57d72fd805f2c7f21b4f2dc762347d651b0291 /functions
parent889954adfb1da6a4c55719b96a7aa571611b6ea9 (diff)
Move short-uptime to tmux segments
Diffstat (limited to 'functions')
-rw-r--r--functions/short-uptime.bash2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/short-uptime.bash b/functions/short-uptime.bash
deleted file mode 100644
index 62f5c09..0000000
--- a/functions/short-uptime.bash
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/env bash
-uptime | awk '{print $(3)"d "$(5)" "$(NF+0)" "$(NF-1)" "$(NF-0)}'