Commit 5d4d54bc0a9ba9621a72c2d56f6feb364f975adb
- Date: Thu Apr 17 12:52:53 +0000 2008
- Committer: Marius Mathiesen (marius.mathiesen@gmail.com)
- Author: Marius Mathiesen (marius.mathiesen@gmail.com)
- Commit SHA1: 5d4d54bc0a9ba9621a72c2d56f6feb364f975adb
- Tree SHA1: 2cfd597e9b35cc4d865cb7b48198d6813119e46a
The EDITOR really needs to work
Commit diff
| |   |
| 5 | 5 | set PATH ~/.config/fish/bin $PATH |
| 6 | 6 | end |
| 7 | 7 | |
| 8 | | set EDITOR "mate" |
| 8 | set -x EDITOR "/usr/local/bin/mate -w" |
| 9 | 9 | set fish_greeting "" |
| 10 | 10 | |
| 11 | 11 | function parse_git_branch |
| toggle raw diff |
--- a/config.fish
+++ b/config.fish
@@ -5,7 +5,7 @@ if test -d ~/.config/fish/bin
set PATH ~/.config/fish/bin $PATH
end
-set EDITOR "mate"
+set -x EDITOR "/usr/local/bin/mate -w"
set fish_greeting ""
function parse_git_branch |