We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25f45e commit 1ef77d2Copy full SHA for 1ef77d2
.tmux.conf
@@ -804,16 +804,6 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
804
# printf '%s\n' "$hostname"
805
# }
806
#
807
-# _root() {
808
-# pane_pid=${1:-$(tmux display -p '#{pane_pid}')}
809
-# pane_tty=${2:-$(tmux display -p '#{b:pane_tty}')}
810
-# root=$3
811
-#
812
-# username=$(_username "$pane_pid" "$pane_tty" false)
813
814
-# [ "$username" = "root" ] && echo "$root"
815
-# }
816
817
# _uptime() {
818
# case "$_uname_s" in
819
# *Darwin*|*FreeBSD*)
0 commit comments