mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
alias for default editor: ed
This commit is contained in:
parent
25c0c0cdfc
commit
dc293d4f81
1 changed files with 3 additions and 0 deletions
|
|
@ -39,3 +39,6 @@ alias psg='show_processes'
|
||||||
alias cat-ssh-config='[ -e ~/.ssh/config ] && cat ~/.ssh/config'
|
alias cat-ssh-config='[ -e ~/.ssh/config ] && cat ~/.ssh/config'
|
||||||
alias cat-hosts='cat /etc/hosts'
|
alias cat-hosts='cat /etc/hosts'
|
||||||
alias grep-hosts='cat /etc/hosts | grep'
|
alias grep-hosts='cat /etc/hosts | grep'
|
||||||
|
|
||||||
|
# open your DEFAULT editor
|
||||||
|
alias ed=$EDITOR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue