Add vps alias.
This commit is contained in:
parent
f35cf3d8f8
commit
e61d250915
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -5,6 +5,9 @@ alias grep='grep --color'
|
||||||
# editor
|
# editor
|
||||||
alias sublime='nohup /cygdrive/c/Program\ Files/Sublime\ Text\ 2/sublime_text.exe > /dev/null'
|
alias sublime='nohup /cygdrive/c/Program\ Files/Sublime\ Text\ 2/sublime_text.exe > /dev/null'
|
||||||
|
|
||||||
|
# non-standard ssh port
|
||||||
|
alias vps='ssh vps.p5dev.com -p 60013'
|
||||||
|
|
||||||
# clear the screen
|
# clear the screen
|
||||||
#alias cls='echo -n ^[[2J'
|
#alias cls='echo -n ^[[2J'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue