small fixes

This commit is contained in:
Sheppy
2017-01-23 17:11:22 +01:00
parent 39443055c2
commit 030e9ba884
2 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ hc keybind $Mod-q close
#spawn shit
hc keybind $Mod-Return spawn urxvt
hc keybind $Mod-Shift-Return spawn xterm /bin/bash
hc keybind $Mod-i spawn iceweasel
hc keybind $Mod-i spawn iceweasel
if [[ $HOST =~ atlantis* ]]; then
hc keybind $Mod-l spawn i3lock -i ~/.config/i3lock/bg.png -t
else

2
zshrc
View File

@@ -120,6 +120,7 @@ alias sshconf="vim ~/.ssh/config"
## CIP SHORTCUTS ##
if [[ $HOST =~ faui* ]]; then
alias iceweasel="bash -c 'cp -f --recursive .mozilla/firefox/d9m0msa0.test /var/tmp && chmod 700 --recursive /var/tmp/d9m0msa0.test/ && iceweasel --profile /var/tmp/d9m0msa0.test && rm -rf /var/tmp/d9m0msa0.test'"
alias mpstubs="cd /proj/ciptmp/ik15ydit/reps/mpstubs/"
alias reps="cd /proj/ciptmp/ik15ydit/reps/"
alias rudipub='cd /home/cip/2010/he29heri/pub/'
@@ -152,6 +153,7 @@ LS_COLORS=$LS_COLORS:'di=0;35:'; export LS_COLORS
alias la="ls -la --color=auto"
alias ll="ls -ll --color=auto"
alias ls="ls --color=auto"
alias l="ls -lh --color=auto"
## SSH-KEYS ##
gitssh=~/.ssh/gitrsa