mirror of
1
0
Fork 0

fixed tmux_conf_copy_to_os_clipboard on Linux when xclip is installed and not xsel

This commit is contained in:
Gregory Pakosz 2017-06-26 07:35:21 +02:00
parent 27b262fda8
commit 98a896bc69
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# command -v pbcopy > /dev/null 2>&1 && command='pbcopy'
# command -v reattach-to-user-namespace > /dev/null 2>&1 && command='reattach-to-user-namespace pbcopy'
# command -v xsel > /dev/null 2>&1 && command='xsel -i -b'
# ! command -v xsel > /dev/null 2>&1 && command -v xclip > /dev/null 2>&1 && command='xclip -i -selection clipboard > /dev/null 2>&1'
# ! command -v xsel > /dev/null 2>&1 && command -v xclip > /dev/null 2>&1 && command='xclip -i -selection clipboard > \/dev\/null 2>\&1'
# command -v clip.exe > /dev/null 2>&1 && command='clip\.exe'
# [ -c /dev/clipboard ] && command='cat > \/dev\/clipboard'
#