Commit 555ea381 authored by Murukesh Mohanan's avatar Murukesh Mohanan

Merge branch 'master' of git.cse.iitb.ac.in:murukesh/home

parents 7de4da08 a61e9444
......@@ -92,7 +92,7 @@ export DEBFULLNAME="Murukesh Mohanan"
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
alias l='ls --color=auto'
alias ll='ls --color=auto -Al'
alias ll='ls --color=auto -Ahl'
alias g='grep --color=auto'
alias h='history | grep'
......@@ -128,7 +128,6 @@ bindkey -M viins '^F' history-incremental-pattern-search-forward
bindkey '^[[1;5D' backward-word
bindkey '^[[1;5c' forward-word
bindkey '^[[1;5C' forward-word
# Help from Arch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment