Prompt - X or no X.
This commit is contained in:
parent
9877c66c14
commit
7311bb59b8
@ -17,7 +17,7 @@ zstyle ':completion:*' menu select
|
||||
zstyle ':completion:*' list-colors ''
|
||||
|
||||
# fancy stuff only in X or ssh
|
||||
if [[ ! $(tty) =~ "/dev/tty.*" ]]; then
|
||||
if [[ $(uname -s) == Linux ]] && [[ ! $(tty) =~ /dev/tty.* ]]; then
|
||||
|
||||
# aliases
|
||||
source $ZDOTDIR/aliases.zsh
|
||||
|
Loading…
Reference in New Issue
Block a user