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
|
||||
}
|
||||
|
|
|
|||
BIN
vim-plugins/tmp/%etc%hosts.swp
Normal file
BIN
vim-plugins/tmp/%etc%hosts.swp
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue