From b9089ef6a97be53da6248517a16fef8f4653caea Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 29 Jun 2015 01:32:12 +0200 Subject: [PATCH] added TERMINAL export with my alias for my favorite terminal; this wil be used at some places in other scripts --- .zshrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 0726eba8..943d5967 100644 --- a/.zshrc +++ b/.zshrc @@ -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