added TERMINAL export with my alias for my favorite terminal; this wil be used at some places in other scripts

This commit is contained in:
Johannes Findeisen 2015-06-29 01:32:12 +02:00
commit b9089ef6a9

11
.zshrc
View file

@ -1,3 +1,10 @@
# Extend my $PATH to $PATH/bin
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:$PATH:$HOME/bin
# Export the $EDITOR and $TERMINAL
export EDITOR=/usr/bin/vim
export TERMINAL="uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange"
# Path to your oh-my-zsh installation.
export ZSH=~/.zsh/oh-my-zsh
@ -73,7 +80,7 @@ fi
# Now source some stuff that should not be public
if [ -e ~/.zshprivate ]
then
source ~/.zshprivate
source ~/.zshprivate
fi
# Some aliases
@ -89,7 +96,7 @@ alias lla='ls -la --color'
alias llh='ls -lh --color'
alias llah='ls -lah --color'
alias lsd='ls -ld --color'
alias xterm='uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange'
alias xterm=$TERMINAL
# I use xterm and this sets a nice title with hostname and cwd in it.
case $TERM in