1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

fixed vte tofix

This commit is contained in:
eoli3n 2017-12-19 22:33:55 +01:00
parent 59c056b4b0
commit a4bcf915d7
2 changed files with 1 additions and 4 deletions

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