Skip to content

Commit

Permalink
add command to update recharge ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
opiumozor authored Dec 7, 2017
1 parent 22f4316 commit a7f80a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/dot.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ alias grebase='git pull --rebase origin master'

# misc
alias fr='t=$(($(tput cols)/3));for FR in $(seq $(tput lines));do printf "\e[44m%${t}s\e[47m%${t}s\e[41m%${t}s\e[0m\n";done;'
alias update_recharge_config="~/Work/customcheckout/env/bin/fab -f ~/Work/customcheckout/fabfile/digital_ocean.py ssh_config:key='~/.ssh/recharge',user='alex' > ~/.ssh/config.d/recharge;sed -ie '$ d' ~/.ssh/config.d/recharge"

# SET ENV
export EDITOR=emacs
Expand Down

0 comments on commit a7f80a4

Please sign in to comment.