diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-08-05T13·17+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-08-05T13·17+0200 |
commit | e320f142636c5db25f0f3a786ce6c2ea41c36c06 (patch) | |
tree | 43afbf0790ca60a27486111130b3f82494a2dd60 /fish/config.fish | |
parent | 46b80c00fd8a260e130e4f785b3f46c49487c9db (diff) |
* removed dotfiles stuff, this is emacs.d only
Diffstat (limited to 'fish/config.fish')
-rw-r--r-- | fish/config.fish | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/fish/config.fish b/fish/config.fish deleted file mode 100644 index 1fdeb0e92f63..000000000000 --- a/fish/config.fish +++ /dev/null @@ -1,23 +0,0 @@ -function fish_prompt - set_color magenta - echo -n (vcprompt -f "(%s:%b%a%m)") - set_color cyan - echo -n '> ' -end - -function fish_right_prompt - set_color --bold yellow - echo -n '[' - set_color --bold blue - echo -n (prompt_pwd) - set_color --bold yellow - echo -n ']' -end - -set -gx EDITOR "emacsclient -n -create-frame" -set -gx ALTERNATE_EDITOR emacs -set -gx VISUAL emacsclient - -set fish_greeting "" - -set PATH /usr/local/share/python /usr/local/bin ~/Library/Haskell/bin ~/bin/ /Users/vincent/Source/management-scripts/google-apps/ $PATH |