From abd0059199bf659f35d9111cbe155e038b922f77 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Wed, 17 Dec 2025 13:58:25 +0800 Subject: [PATCH] add fish config --- fish/add-on.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fish/add-on.fish b/fish/add-on.fish index edb1db1..077fe74 100644 --- a/fish/add-on.fish +++ b/fish/add-on.fish @@ -7,4 +7,6 @@ function ls --description 'alias ls to eza if possible' end abbr -a port 'sudo ss -tulnp | grep' -abbr -a process 'ps aux | grep' \ No newline at end of file +abbr -a process 'ps aux | grep' + +alias dotu='cd $HOME/.flinty && git pull' \ No newline at end of file