Skip to content

Commit 74ab7d5

Browse files
author
joshua
committed
use global EDITOR to edit shell config
1 parent b5d2669 commit 74ab7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zsh/custom/aliases.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
alias zcfg="atom ~/.zshrc"
2-
alias omz="atom ~/.oh-my-zsh"
1+
alias zcfg="${EDITOR} ~/.zshrc"
2+
alias omz="${EDITOR} ~/.oh-my-zsh"
33

44
alias ll="ls -laFsh"
55

0 commit comments

Comments
 (0)