Merge branch 'master' of github.com:hanez/home
This commit is contained in:
commit
bd2001fb47
2 changed files with 9 additions and 3 deletions
|
|
@ -528,8 +528,8 @@ awful.rules.rules = {
|
|||
-- properties = { floating = true } },
|
||||
{ rule = { class = "gimp" },
|
||||
properties = { floating = true } },
|
||||
{ rule = { instance = "urxvt" },
|
||||
properties = { floating = true } },
|
||||
--{ rule = { instance = "urxvt" },
|
||||
-- properties = { floating = true } },
|
||||
-- Set Firefox to always map on tags number 2 of screen 1.
|
||||
-- { rule = { class = "Firefox" },
|
||||
-- properties = { tag = tags[1][2] } },
|
||||
|
|
|
|||
8
.zshrc
8
.zshrc
|
|
@ -1,5 +1,5 @@
|
|||
# Extend my $PATH to $PATH/bin
|
||||
export PATH=$HOME/bin:$PATH
|
||||
export PATH=$HOME/bin:/home/hanez/.gem/ruby/2.2.0/bin:$PATH
|
||||
|
||||
# Export the $EDITOR and $TERMINAL
|
||||
export BROWSER=/usr/bin/firefox
|
||||
|
|
@ -108,6 +108,12 @@ alias xterm=$TERMINAL
|
|||
alias backup_t410='rsync -avr --delete --delete-excluded --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/run / /run/media/hanez/BACKUP1000GB/t410/'
|
||||
alias backup_11s='rsync -avr --delete --delete-excluded --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/run / /run/media/hanez/BACKUP1000GB/11s/'
|
||||
|
||||
# Some Git aliases
|
||||
alias gitc='git commit'
|
||||
alias gitd='git diff'
|
||||
alias gitp='git push'
|
||||
alias gits='git status'
|
||||
|
||||
# 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