diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-01 13:57:26 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-01 13:57:26 +0800 |
commit | 6fdb10c0d1a2192de671f2c6ea899a22927f4ac7 (patch) | |
tree | 9195f181e4e9dea9bff44c6a4c11afe11e4b7776 /alias | |
parent | c2b45d72b46354975ce1c3682585d2d6a9701de9 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,10 +6,6 @@ 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 | }" | ||
13 | alias vimrc='vim ~/.vimrc' | 9 | alias vimrc='vim ~/.vimrc' |
14 | alias tigrc="vim ~/.tigrc" | 10 | alias tigrc="vim ~/.tigrc" |
15 | alias muttrc='vim ~/.config/mutt/muttrc' | 11 | alias muttrc='vim ~/.config/mutt/muttrc' |