Small changes (e.g. ssh alias)

tmux
J. Fernando Sánchez 11 years ago
parent 7bbcb17419
commit f9d12e629e

@ -40,7 +40,7 @@ URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext-common: default,matcher
URxvt.perl-ext-common: default,matcher,clipboard
URxvt.matcher.button: 1
URxvt.url-launcher: google-chrome

@ -41,6 +41,10 @@ bindsym XF86AudioRaiseVolume exec volume-up.sh
bindsym XF86AudioLowerVolume exec volume-down.sh
bindsym XF86AudioMute exec volume-toggle-mute.sh
# Brightness
#bindsym XF86MonBrightnessUp exec xbacklight +5
#bindsym XF86MonBrightnessDown exec xbacklight -5
# kill focused window
bindsym $mod+q kill

@ -47,6 +47,7 @@ source $ZSH/oh-my-zsh.sh
PYTHONSTARTUP=~/.pythonrc.py
export PYTHONSTARTUP
ssh-add -l >/dev/null || alias ssh='ssh-add -l >/dev/null || ssh-add && unalias ssh; ssh'
### Added by the Heroku Toolbelt
export PATH="$PATH:/usr/local/heroku/bin"

Loading…
Cancel
Save