summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-05-27 18:50:41 +0200
committerGitHub <noreply@github.com>2026-05-27 18:50:41 +0200
commitb2a2302d4ddedca89ee111ea9c0597417cf307af (patch)
treee79227bb70da1ea077bbf7fba6eee4b126e272de
parentec2b38befee5981f70fb5d4ca427579d9f5bbf36 (diff)
Delete .config/fish directory
-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