mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
aliases for list/grep hosts
This commit is contained in:
parent
e0733bf783
commit
8ebd14b09c
1 changed files with 2 additions and 0 deletions
|
|
@ -37,3 +37,5 @@ alias psg='show_processes'
|
||||||
# alias .='pwd'
|
# alias .='pwd'
|
||||||
|
|
||||||
alias ssh-list='cat ~/.ssh/config'
|
alias ssh-list='cat ~/.ssh/config'
|
||||||
|
alias lhosts='cat /etc/hosts'
|
||||||
|
alias ghosts='cat /etc/hosts | grep'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue