Skip to content

Commit

Permalink
update aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ogelpre committed Aug 30, 2018
1 parent bcefd18 commit e576cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .bash/alias-network-engineer.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#aliases for network engineers
alias inc='grep -i'
alias reload='reboot'
2 changes: 0 additions & 2 deletions .bash/alias.rc
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ alias ssh='ssh -o SendEnv=TMUX'
alias unsafe-ssh='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o PasswordAuthentication=no'
alias unsafe-cssh='cssh -o "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o PasswordAuthentication=no"'
alias unsafe-scp='scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o PasswordAuthentication=no'

alias inc='grep -i'

0 comments on commit e576cca

Please sign in to comment.