diff options
| author | caley <u65487754@gmail.com> | 2026-05-27 18:50:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-27 18:50:41 +0200 |
| commit | b2a2302d4ddedca89ee111ea9c0597417cf307af (patch) | |
| tree | e79227bb70da1ea077bbf7fba6eee4b126e272de /.config/fish/config.fish | |
| parent | ec2b38befee5981f70fb5d4ca427579d9f5bbf36 (diff) | |
Delete .config/fish directory
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 15 |
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 |
