summaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish15
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
deleted file mode 100644
index 8a975c9..0000000
--- a/.config/fish/config.fish
+++ /dev/null
@@ -1,15 +0,0 @@
-function fish_greeting
-end
-
-function fish_prompt
- echo -n (prompt_pwd)
- echo -n " > "
-end
-
-abbr -a s sudo
-abbr -a update
-abbr -a zed zeditor
-
-if status is-interactive
- cat ~/.cache/wal/sequences
-end