From 87caaa2849d92dc82ddbbe71759e404c74d24410 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Fri, 27 Jun 2025 08:11:22 +0200 Subject: [PATCH] Renome la function dotfile et dot --- .config/fish/functions/{dotfiles.fish => dot.fish} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .config/fish/functions/{dotfiles.fish => dot.fish} (84%) diff --git a/.config/fish/functions/dotfiles.fish b/.config/fish/functions/dot.fish similarity index 84% rename from .config/fish/functions/dotfiles.fish rename to .config/fish/functions/dot.fish index 34c6438..994e184 100644 --- a/.config/fish/functions/dotfiles.fish +++ b/.config/fish/functions/dot.fish @@ -1,4 +1,4 @@ # Defined in - @ line 1 -function dotfiles +function dot /usr/bin/git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME $argv end