Update bashrc to use tar autodetection of format
This commit is contained in:
parent
5893d1130c
commit
c0226fc059
6
.bashrc
6
.bashrc
@ -12,6 +12,7 @@ alias rmr="rm -r"
|
||||
# Applications
|
||||
alias tmux="tmux -2"
|
||||
alias grep="grep --color=auto"
|
||||
alias extract="tar xvf"
|
||||
|
||||
# Adding applications to path
|
||||
if [[ -d ${HOME}/bin ]];
|
||||
@ -27,11 +28,6 @@ alias mvni="mvn-c clean install"
|
||||
alias mvna="mvn-c clean assembly:assembly"
|
||||
alias mvnd="mvn-c clean dependency:copy-dependencies"
|
||||
|
||||
# Tar
|
||||
alias tar-gz="tar xzvf"
|
||||
alias tar-bz="tar xjvf"
|
||||
alias tar-xz="tar Jxvf"
|
||||
|
||||
# Computer information & control
|
||||
alias df="df -h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user