Adding new stuff
This commit is contained in:
parent
3ff41bdaa7
commit
531f4f80ca
7 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue