From 1b667f972d9e128b9877259a37de558d8ffe040a Mon Sep 17 00:00:00 2001 From: Fedor Lyanguzov Date: Sun, 14 Dec 2025 16:24:44 +0300 Subject: [PATCH] add bat, gg alias --- README.md | 2 +- server/.config/fish/config.fish | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d50e08a..3005436 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Programs: ```bash -apt install stow git fish neovim tmux zoxide fd-find ripgrep bat rsync +apt install stow git fish neovim tmux zoxide eza fd-find ripgrep bat rsync cd dotfiles stow server ``` diff --git a/server/.config/fish/config.fish b/server/.config/fish/config.fish index e25df82..3d35a48 100644 --- a/server/.config/fish/config.fish +++ b/server/.config/fish/config.fish @@ -19,6 +19,7 @@ if status is-interactive alias gs "git status" alias gc "git commit" alias gp "git push" + alias gg "ga && gc && gp" function pdf zathura "$argv" --fork && exit end