about summary refs log tree commit diff
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish')
-rw-r--r--fish/config.fish23
-rw-r--r--fish/functions/edit.fish3
-rw-r--r--fish/functions/runhoogle.fish5
-rw-r--r--fish/functions/runirc.fish3
4 files changed, 0 insertions, 34 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
diff --git a/fish/functions/edit.fish b/fish/functions/edit.fish
deleted file mode 100644
index 61bf37345686..000000000000
--- a/fish/functions/edit.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function edit
-    emacsclient -no-wait -create-frame $argv
-end
\ No newline at end of file
diff --git a/fish/functions/runhoogle.fish b/fish/functions/runhoogle.fish
deleted file mode 100644
index 45160062e3fb..000000000000
--- a/fish/functions/runhoogle.fish
+++ /dev/null
@@ -1,5 +0,0 @@
-function runhoogle
-    cd ~/.hoogle
-    screen -dm hoogle server -p 4000
-    cd -
-end
diff --git a/fish/functions/runirc.fish b/fish/functions/runirc.fish
deleted file mode 100644
index d16234268388..000000000000
--- a/fish/functions/runirc.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function runirc
-    screen -S irssi irssi
-end