From 70825f19ff5c8bd78780265ece1fc2c00a026f84 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 26 Aug 2020 04:59:24 +0400 Subject: Changed icons in status bar scripts and added tmux to autostart in tty/terminal --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9fa6d87..87f25b8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -40,3 +40,4 @@ alias dotstat="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' sta alias dotdiff="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' diff" alias dotadd="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' add -f" +[[ -z "$TMUX" ]] && exec tmux -- cgit v1.2.3