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:
parent
dfd6f996db
commit
b9089ef6a9
1 changed files with 9 additions and 2 deletions
11
.zshrc
11
.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.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH=~/.zsh/oh-my-zsh
|
export ZSH=~/.zsh/oh-my-zsh
|
||||||
|
|
||||||
|
|
@ -73,7 +80,7 @@ fi
|
||||||
# Now source some stuff that should not be public
|
# Now source some stuff that should not be public
|
||||||
if [ -e ~/.zshprivate ]
|
if [ -e ~/.zshprivate ]
|
||||||
then
|
then
|
||||||
source ~/.zshprivate
|
source ~/.zshprivate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Some aliases
|
# Some aliases
|
||||||
|
|
@ -89,7 +96,7 @@ alias lla='ls -la --color'
|
||||||
alias llh='ls -lh --color'
|
alias llh='ls -lh --color'
|
||||||
alias llah='ls -lah --color'
|
alias llah='ls -lah --color'
|
||||||
alias lsd='ls -ld --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.
|
# I use xterm and this sets a nice title with hostname and cwd in it.
|
||||||
case $TERM in
|
case $TERM in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue