mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
aliases: bugfix on ssh-list
This commit is contained in:
parent
8ebd14b09c
commit
ff0666d100
1 changed files with 3 additions and 3 deletions
|
|
@ -36,6 +36,6 @@ alias psg='show_processes'
|
|||
# So, uncomment below line.
|
||||
# alias .='pwd'
|
||||
|
||||
alias ssh-list='cat ~/.ssh/config'
|
||||
alias lhosts='cat /etc/hosts'
|
||||
alias ghosts='cat /etc/hosts | grep'
|
||||
alias cat-ssh-config='[ -e ~/.ssh/config ] && cat ~/.ssh/config'
|
||||
alias cat-hosts='cat /etc/hosts'
|
||||
alias grep-hosts='cat /etc/hosts | grep'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue