diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-30 16:13:56 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-30 16:13:56 +0800 |
commit | dd69d5cc0e4659192aa3a7ccf4e2df83cfae7933 (patch) | |
tree | f4f6647db210a3b8c22f9460c9ce74edf6f0374a /alias | |
parent | 4ff378e244124a5c76f651774fb7216da366bdd4 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ eval "${shell}rc(){ | |||
6 | local RCFILE=$XDG_CONFIG_HOME/${shell}/.${shell}rc | 6 | local RCFILE=$XDG_CONFIG_HOME/${shell}/.${shell}rc |
7 | vim \$RCFILE && source \$RCFILE | 7 | vim \$RCFILE && source \$RCFILE |
8 | }" | 8 | }" |
9 | eval "${shell}env(){ | ||
10 | local ENVFILE=~/.${shell}env | ||
11 | vim \$ENVFILE && source \$ENVFILE | ||
12 | }" | ||
9 | alias vimrc='vim ~/.vimrc' | 13 | alias vimrc='vim ~/.vimrc' |
10 | alias tigrc="vim ~/.tigrc" | 14 | alias tigrc="vim ~/.tigrc" |
11 | alias muttrc='vim ~/.config/mutt/muttrc' | 15 | alias muttrc='vim ~/.config/mutt/muttrc' |