From 7e0b65017554ee935282042e86d0281f5b408cc6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 4 Sep 2025 12:00:00 +0100 Subject: [PATCH] Add `chmox` alias --- modules/zsh/aliases.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zsh/aliases.nix b/modules/zsh/aliases.nix index c0902f26..e89f1515 100644 --- a/modules/zsh/aliases.nix +++ b/modules/zsh/aliases.nix @@ -9,6 +9,7 @@ "..." = "cd ../.."; "...." = "cd ../../.."; "....." = "cd ../../../.."; + chmox = "chmod +x"; run = "./run"; tag = "tag-release"; vss = "LC_ALL=C sort --unique ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/nixos-config/modules/home-manager/cli/neovim/config/spell/en.utf-8.adddotfiles/nvim/spell/en.utf-8.add --output ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/nixos-config/modules/home-manager/cli/neovim/config/spell/en.utf-8.add";