From b24ce07091e2be4f49e24e3b038f403fd5b42a0a Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Thu, 21 Nov 2024 12:38:15 +0100 Subject: [PATCH] rename nix.fish to dustbowl.fish --- bindings | 2 +- fish/{nix.fish => dustbowl.fish} | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename fish/{nix.fish => dustbowl.fish} (98%) diff --git a/bindings b/bindings index 1155092..e3804c9 100644 --- a/bindings +++ b/bindings @@ -1,6 +1,6 @@ ~/.config/fish/config.fish --> fish/nix.fish -> fish/config.fish +-> fish/dustbowl.fish -> fish/pier.fish ~/.config/i3/config diff --git a/fish/nix.fish b/fish/dustbowl.fish similarity index 98% rename from fish/nix.fish rename to fish/dustbowl.fish index 815f22a..570ffb8 100644 --- a/fish/nix.fish +++ b/fish/dustbowl.fish @@ -7,7 +7,6 @@ alias gp='git pull' alias gd='git diff' alias gc='git commit' alias gsm='git switch master || git switch main || git switch trunk' -alias gfo='git fetch origin' alias e='emacs' alias v='vis'