Adding new stuff

This commit is contained in:
ViktorBarzin 2017-08-06 00:00:02 +03:00
parent 3ff41bdaa7
commit 531f4f80ca
7 changed files with 8 additions and 0 deletions

View file

@ -41,3 +41,11 @@ alias mkdir="mkdir -pv"
send_key() {
cat ~/.ssh/id_rsa.pub | ssh $1 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
}
function ls(){
if [[ $2 == "-l" ]]; then
exa -bghHliS
else
/bin/ls --color=auto
fi
}

Binary file not shown.

Binary file not shown.