diff options
| author | Amin Bandali <bandali@gnu.org> | 2019-05-11 09:24:43 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2019-05-11 09:24:43 -0400 | 
| commit | 2446aab5a76e00157c62e13ec06b09370df3519a (patch) | |
| tree | a24203cc6682f2ce39bd2c2d1ea326d9f37ef607 /.profile | |
| parent | c036d6d7d172cbcbeaabc8eac19f9b44fd612d7c (diff) | |
| download | configs-2446aab5a76e00157c62e13ec06b09370df3519a.tar.gz configs-2446aab5a76e00157c62e13ec06b09370df3519a.tar.xz configs-2446aab5a76e00157c62e13ec06b09370df3519a.zip | |
tridactyl and shell: use emacs as default editor
Diffstat (limited to '')
| -rw-r--r-- | .profile | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -1,6 +1,7 @@  export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc -export VISUAL="emacsclient -c" +export EDITOR="emacsclient -nw" +export VISUAL="emcl"  export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin${PATH:+:}$PATH" | 
