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;";