Skip to content

Commit 1ef77d2

Browse files
jishnukoliyadangpakosz
authored andcommitted
remove unused _root() function, resolves gpakosz#789
1 parent e25f45e commit 1ef77d2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.tmux.conf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -804,16 +804,6 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
804804
# printf '%s\n' "$hostname"
805805
# }
806806
#
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-
#
817807
# _uptime() {
818808
# case "$_uname_s" in
819809
# *Darwin*|*FreeBSD*)

0 commit comments

Comments
 (0)