From 1cace80e4832a5d250ef4b7ccd687996563fb01b Mon Sep 17 00:00:00 2001 From: venomade Date: Thu, 27 Feb 2025 17:06:42 +0000 Subject: Add old dotfiles --- alpine-river/config/fish/config.fish | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 alpine-river/config/fish/config.fish (limited to 'alpine-river/config/fish/config.fish') diff --git a/alpine-river/config/fish/config.fish b/alpine-river/config/fish/config.fish new file mode 100644 index 0000000..523724e --- /dev/null +++ b/alpine-river/config/fish/config.fish @@ -0,0 +1,23 @@ +if status is-interactive + # Commands to run in interactive sessions can go here + fish_config theme choose "Rosé Pine" + fzf_configure_bindings --directory=\cf + + # set fish_greeting $(fastfetch) + function fish_greeting + fastfetch + end + set BROWSER firefox-esr + set PATH "$PATH:$HOME/.local/bin" + set EDITOR nvim + + function ls + command eza $argv + end + + abbr y yazi + abbr v nvim + abbr ec emacsclient -t + abbr sudo doas + +end -- cgit 1.4.1-2-gfad0