From: Andre Ramnitz Date: Tue, 17 Sep 2024 23:38:12 +0000 (+0200) Subject: fish: clean-up config X-Git-Tag: v0.2~66 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=0ef8f5400c8412595ef040f6aadc409f1ac6e429;p=dotfiles.git fish: clean-up config --- diff --git a/config/dot-config/fish/config.fish b/config/dot-config/fish/config.fish index ae861029..ea5c7ba9 100644 --- a/config/dot-config/fish/config.fish +++ b/config/dot-config/fish/config.fish @@ -1,6 +1,7 @@ if status is-interactive # Commands to run in interactive sessions can go here # + sh ~/.local/bin/base16-flavours source ~/.config/fish/functions/eza-aliases.fish set EZA_COLORS "*.patch.skip=38;5;244" command fastfetch -c ~/.config/fastfetch/config.jsonc @@ -29,4 +30,3 @@ end source ~/.config/fish/functions/eza-aliases.fish fish_add_path /home/andy/.spicetify -source (/usr/bin/starship init fish --print-full-init | psub) diff --git a/config/dot-config/fish/functions/cd...fish b/config/dot-config/fish/functions/cd...fish new file mode 100644 index 00000000..97f469f4 --- /dev/null +++ b/config/dot-config/fish/functions/cd...fish @@ -0,0 +1,4 @@ +function cd.. --wraps='cd ..' --description 'alias cd..=cd ..' + cd .. $argv + +end