.bashrc aktualisiert
This commit is contained in:
24
.bashrc
24
.bashrc
@ -114,8 +114,8 @@ fi
|
|||||||
|
|
||||||
####### Standard #########
|
####### Standard #########
|
||||||
alias ls='ls -lhp --group-directories-first --color=auto '
|
alias ls='ls -lhp --group-directories-first --color=auto '
|
||||||
rm() { echo "Bitte del benutzen!"; }
|
function rm() { echo "Bitte del benutzen!"; }
|
||||||
7z() { echo "Bitte 7zippadd, 7zipplist oder 7unzipp benutzen!"; }
|
function 7z() { echo "Bitte 7zipp benutzen!"; }
|
||||||
# alias ssher='/bin/bash $HOME/ssher.sh'
|
# alias ssher='/bin/bash $HOME/ssher.sh'
|
||||||
alias sshlogin='/bin/bash "$GIT_PFAD/ssh-cert-login/login.sh"'
|
alias sshlogin='/bin/bash "$GIT_PFAD/ssh-cert-login/login.sh"'
|
||||||
|
|
||||||
@ -198,16 +198,12 @@ function purge() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
function 7zipadd() {
|
function 7zipp() {
|
||||||
read -p "Kompressionsstufe " KOMP
|
if [ $1 -eq "l" ]
|
||||||
\7z -mhe=on -p -mx=$KOMP $@
|
then
|
||||||
}
|
command 7z $@
|
||||||
|
else
|
||||||
function 7zipplist() {
|
read -p "Kompressionsstufe " KOMP
|
||||||
\7z l $@
|
command 7z -mhe=on -p -mx=$KOMP $@
|
||||||
|
fi
|
||||||
}
|
|
||||||
|
|
||||||
function 7unzipp() {
|
|
||||||
\7z x $@
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user