From 6e5ed6f1af7829bd7c0703b933b42b5f9e6b0dcf Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 2 Sep 2022 17:10:50 +0200 Subject: [PATCH] yes --- modules/zsh.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/zsh.nix b/modules/zsh.nix index 4f6ba69..22721b5 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -25,6 +25,7 @@ in with lib; { }; shellAliases = { sudo = "sudo "; + v = "nvim"; termsize = "echo \"width: $(tput cols)\nheight: $(tput lines)\""; batstate = "echo \"Charge state: $(cat /sys/class/power_supply/BAT0/capacity)%\""; @@ -33,8 +34,6 @@ in with lib; { upg = "paru -Syu --skipreview --noconfirm && flatpak upgrade && rustup upgrade"; grepo = "cd $HOME/Documents/repos && ls"; - gdot = "cd $HOME/dotfiles && ls"; - vgdot = "cd $HOME/dotfiles && v"; slol = "while true;do \\clear;sl --help | lolcat;done;";