From 08b680eaa460a4aaf139e502be97e38b1ded30c8 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 4 Jun 2023 16:24:11 -0400 Subject: fish: remove some plugins --- .config/fish/functions/fish_greeting.fish | 3 --- .config/fish/functions/last_history_item.fish | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .config/fish/functions/fish_greeting.fish create mode 100644 .config/fish/functions/last_history_item.fish (limited to '.config/fish/functions') diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish deleted file mode 100644 index 234e7c2..0000000 --- a/.config/fish/functions/fish_greeting.fish +++ /dev/null @@ -1,3 +0,0 @@ -function fish_greeting - fish_logo -end diff --git a/.config/fish/functions/last_history_item.fish b/.config/fish/functions/last_history_item.fish new file mode 100644 index 0000000..2fc4d24 --- /dev/null +++ b/.config/fish/functions/last_history_item.fish @@ -0,0 +1,3 @@ +function last_history_item + echo $history[1] +end -- cgit v1.2.3