added some more stuff to make awesome more configurable on different devices
This commit is contained in:
parent
edfed59eac
commit
26573796ec
2 changed files with 62 additions and 11 deletions
7
.zshrc
7
.zshrc
|
|
@ -4,7 +4,7 @@ export PATH=$HOME/bin:$HOME/.gem/ruby/2.2.0/bin:$HOME/.gem/ruby/2.3.0/bin:$PATH
|
|||
# Export the $EDITOR and $TERMINAL
|
||||
export BROWSER=/usr/bin/firefox
|
||||
export EDITOR=/usr/bin/vim
|
||||
export TERMINAL="/usr/bin/uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange"
|
||||
export TERMINAL='/usr/bin/uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange -fa "Noto Mono" -fs 13'
|
||||
|
||||
# Fix to make JAVA applications behave more friendly in awesome. Still many JAVA apps
|
||||
# suck in awesome. PyCharm works perfect, Arduino does not!
|
||||
|
|
@ -108,6 +108,11 @@ alias gitd='git diff'
|
|||
alias gitp='git push'
|
||||
alias gits='git status'
|
||||
|
||||
# SSH Host aliases
|
||||
alias a.systemchaos.org='ssh a.systemchaos.org'
|
||||
alias b.systemchaos.org='ssh b.systemchaos.org'
|
||||
alias c.systemchaos.org='ssh c.systemchaos.org'
|
||||
|
||||
# I use xterm and this sets a nice title with hostname and cwd in it.
|
||||
case $TERM in
|
||||
linux)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue