Commit 101149b1 authored by LFDM's avatar LFDM Committed by Marc Cornellà
Browse files

Moves remaining aliases to misc and deletes file.

There were only three aliases left in aliases.zsh
File deleted!
parent d33b0aae
# Super user
alias _='sudo'
alias please='sudo'
#alias g='grep -in'
alias afind='ack-grep -il'
......@@ -13,3 +13,10 @@ export PAGER="less"
export LESS="-R"
export LC_CTYPE=$LANG
## super user alias
alias _='sudo'
alias please='sudo'
## more intelligent acking for ubuntu users
alias afind='ack-grep -il'
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