mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 11:42:28 +00:00
Small changes (e.g. ssh alias)
This commit is contained in:
parent
7bbcb17419
commit
f9d12e629e
@ -40,7 +40,7 @@ URxvt.scrollStyle: rxvt
|
|||||||
URxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
|
|
||||||
! Perl extensions
|
! Perl extensions
|
||||||
URxvt.perl-ext-common: default,matcher
|
URxvt.perl-ext-common: default,matcher,clipboard
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
URxvt.url-launcher: google-chrome
|
URxvt.url-launcher: google-chrome
|
||||||
|
|
||||||
|
@ -41,6 +41,10 @@ bindsym XF86AudioRaiseVolume exec volume-up.sh
|
|||||||
bindsym XF86AudioLowerVolume exec volume-down.sh
|
bindsym XF86AudioLowerVolume exec volume-down.sh
|
||||||
bindsym XF86AudioMute exec volume-toggle-mute.sh
|
bindsym XF86AudioMute exec volume-toggle-mute.sh
|
||||||
|
|
||||||
|
# Brightness
|
||||||
|
#bindsym XF86MonBrightnessUp exec xbacklight +5
|
||||||
|
#bindsym XF86MonBrightnessDown exec xbacklight -5
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+q kill
|
bindsym $mod+q kill
|
||||||
|
|
||||||
|
1
zshrc
1
zshrc
@ -47,6 +47,7 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
|
|
||||||
PYTHONSTARTUP=~/.pythonrc.py
|
PYTHONSTARTUP=~/.pythonrc.py
|
||||||
export PYTHONSTARTUP
|
export PYTHONSTARTUP
|
||||||
|
ssh-add -l >/dev/null || alias ssh='ssh-add -l >/dev/null || ssh-add && unalias ssh; ssh'
|
||||||
|
|
||||||
### Added by the Heroku Toolbelt
|
### Added by the Heroku Toolbelt
|
||||||
export PATH="$PATH:/usr/local/heroku/bin"
|
export PATH="$PATH:/usr/local/heroku/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user