Added new packages and added nify and rname aliases
This commit is contained in:
parent
c7fe4d5e76
commit
4789f76cec
@ -49,3 +49,4 @@ gdebi
|
||||
ncdu
|
||||
nmap
|
||||
traceroute
|
||||
openjdk-7-jdk
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user