mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
fixed vte tofix
This commit is contained in:
parent
59c056b4b0
commit
a4bcf915d7
3
TODO
3
TODO
@ -1,7 +1,4 @@
|
||||
- TODO: borgbackup conf
|
||||
- TODO: tmux and configure
|
||||
|
||||
- TOFIX: autolaunch i3 apps good order
|
||||
- TOFIX: zsh termite -> https://github.com/thestinger/termite/issues/550
|
||||
|
||||
- TOTEST: ssh-agent ssh-add in zshrc startx
|
||||
|
@ -60,7 +60,7 @@ export BROWSER='google-chrome-stable'
|
||||
export POWERLINE_CONFIG_COMMAND=/usr/bin/powerline-config
|
||||
export PAGER='most'
|
||||
|
||||
if [[ $TERM == xterm-termite ]]; then
|
||||
if [[ $TERM == xterm-termite ]] && [[ -z "$SSH_CLIENT" ]] || [[ -z "$SSH_TTY" ]]; then
|
||||
. /etc/profile.d/vte.sh
|
||||
__vte_osc7
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user