summary refs log tree commit diff
path: root/fish/functions/fish_prompt.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/fish_prompt.fish')
-rw-r--r--fish/functions/fish_prompt.fish6
1 files changed, 0 insertions, 6 deletions
diff --git a/fish/functions/fish_prompt.fish b/fish/functions/fish_prompt.fish
deleted file mode 100644
index eeec7d8..0000000
--- a/fish/functions/fish_prompt.fish
+++ /dev/null
@@ -1,6 +0,0 @@
-function fish_prompt
-    #set_color $fish_color_cwd
-    echo -n (basename $PWD)
-    #set_color normal
-    echo -n ' ) '
-end