diff options
| author | seth <[email protected]> | 2023-06-04 16:24:11 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-04 16:25:11 -0400 |
| commit | 08b680eaa460a4aaf139e502be97e38b1ded30c8 (patch) | |
| tree | d3eb9b82dbe2681c06a41d23ddf2433db3692735 /.config/fish/functions | |
| parent | 76e981f9ef533d4b0a49cacc8f2249ee9f55d5d5 (diff) | |
fish: remove some plugins
Diffstat (limited to '.config/fish/functions')
| -rw-r--r-- | .config/fish/functions/fish_greeting.fish | 3 | ||||
| -rw-r--r-- | .config/fish/functions/last_history_item.fish | 3 |
2 files changed, 3 insertions, 3 deletions
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 |
