diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 6d07bf60..45f04d21 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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] } }, diff --git a/.zshrc b/.zshrc index df01bc16..e63fad1d 100644 --- a/.zshrc +++ b/.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)