Added new packages and added nify and rname aliases

This commit is contained in:
Austen Adler 2014-08-23 22:33:15 -04:00
parent c7fe4d5e76
commit 4789f76cec
2 changed files with 3 additions and 0 deletions

View File

@ -49,3 +49,4 @@ gdebi
ncdu
nmap
traceroute
openjdk-7-jdk

View File

@ -124,9 +124,11 @@ alias ...............='k ../../../../../../../../../../../../../..'
alias ytdl="youtube-dl $@ -x --audio-format mp3 --audio-quality 0 -c -o '%(title)s.%(ext)s'"
alias tux="wemux"
alias rmgit="git remote rm origin;git remote rm https;git remote rm oOrigin;git remote rm oHttps"
alias rname="while true;do echo -n \"Rename: \";read a;echo -n \"To: \";read b;i3-msg \"rename workspace $a to $b\";done"
alias g="git $@"
alias -s html="firefox"
alias -s log="less -MN"
alias -g nify=" > /dev/null 2>&1 &"
function cinitify(){
mkdir $2
cd $2