From 8175d5a172fa058d8027d0d1bee5eabf6dafe728 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 8 Nov 2023 16:25:57 +0100 Subject: [PATCH] abbr instead of alias --- .config/fish/conf.d/abbr.fish | 1 + .config/fish/conf.d/alias.fish | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index 3119710..7252749 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -28,3 +28,4 @@ abbr vmake "make clean && clear; make dev && valgrind --leak-check=full --show-l abbr zip "zip -r 'archive.zip' dossier" abbr mfind "find /* 2> /dev/null | grep -i ''" # Search for any filename in all disks abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;" +abbr grp "git remote prune origin" diff --git a/.config/fish/conf.d/alias.fish b/.config/fish/conf.d/alias.fish index 34da0d1..972db49 100644 --- a/.config/fish/conf.d/alias.fish +++ b/.config/fish/conf.d/alias.fish @@ -12,4 +12,3 @@ alias ssh-fix "sudo chown $USER:$(id -gn) $HOME/.ssh/* && \ sudo chmod u=r,g=r,o=r $HOME/.ssh/config; \ sudo chmod u=rw,g=,o= $HOME/.ssh/environment 2>/dev/null; \ sudo chmod u=rw,g=,o= $HOME/.ssh/known_hosts 2>/dev/null" -alias grp "git remote prune origin"