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/last_history_item.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/fish/functions/last_history_item.fish (limited to '.config/fish/functions/last_history_item.fish') 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