removed leftover debugging code in _username()
This commit is contained in:
parent
ba20476af6
commit
718adf13e3
1 changed files with 0 additions and 2 deletions
|
@ -421,9 +421,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# pid=$(ps -a | awk -v tty="${tty##/dev/}" '$5 == tty && /ssh/ && && !/vagrant ssh/ && !/autossh/ && !/-W/ { print $1 }')
|
||||
# [ -n "$pid" ] && ssh_parameters=$(tr '\0' ' ' < "/proc/$pid/cmdline" | sed 's/^ssh //')
|
||||
# else
|
||||
# set -x
|
||||
# ssh_parameters=$(ps -t "$tty" -o command= | awk '/ssh/ && !/vagrant ssh/ && !/autossh/ && !/-W/ { $1=""; print $0; exit }')
|
||||
# set +x
|
||||
# fi
|
||||
# if [ -n "$ssh_parameters" ]; then
|
||||
# # shellcheck disable=SC2086
|
||||
|
|
Loading…
Reference in a new issue