Browse Source

add alias

master
shixuesen 5 years ago
parent
commit
62056582b5
2 changed files with 20 additions and 0 deletions
  1. +17
    -0
      .zsh_history
  2. +3
    -0
      .zshrc

+ 17
- 0
.zsh_history View File

@ -10249,3 +10249,20 @@ curl -L "https://t1.daumcdn.net/cfile/tistory/993D02425DE6416F2A" -o "僻
: 1587955346:0;git add -f .gitignore
: 1587955352:0;git add -f .zshrc
: 1587955361:0;git add -f .zsh_history
: 1587955375:0;git add -f .SpaceVim.d/init.toml
: 1587955389:0;git commit -m "first commit"
: 1587955476:0;git remote add origin http://git.nicksxs.me/nicksxs/dotfiles.git
: 1587955483:0;git push -u origin master
: 1587955728:0;ll
: 1587955734:0;ls -alh
: 1587956622:0;brew install yadm
: 1587956901:0;bwg1
: 1587956927:0;vim ~/.zshrc
: 1587957000:0;source ~/.zshrc
: 1587957004:0;pr1
: 1587957106:0;vim ~/.zshrc
: 1587957193:0;source ~/.zshrc
: 1587957195:0;vim
: 1587957376:0;gst
: 1587957393:0;git commit -a "add alias"
: 1587957403:0;git commit -am "add alias"

+ 3
- 0
.zshrc View File

@ -101,5 +101,8 @@ alias bwg1="ssh -p 28509 root@67.216.215.124"
alias ali1="ssh root@139.129.13.131"
alias txy1="ssh ubuntu@111.231.219.223"
alias txy2="ssh ubuntu@118.24.10.31"
alias sk1="ssh root@64.52.109.110"
alias pr1="ssh root@155.94.184.27"
alias vim="nvim"
alias php="/usr/local/Cellar/php@7.1/7.1.33/bin/php"

Loading…
Cancel
Save