diff --git a/.vscode/settings.json b/.vscode/settings.json index 22ebdea..d2dbc97 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -92,6 +92,7 @@ "radarr", "Redistributable", "ripgrep", + "rspace", "rtkit", "Sandro", "shellcheck", diff --git a/users/richie/home/cli/zsh.nix b/users/richie/home/cli/zsh.nix index f9dbd58..db36e25 100644 --- a/users/richie/home/cli/zsh.nix +++ b/users/richie/home/cli/zsh.nix @@ -24,7 +24,9 @@ "lrt" = "eza --icons -lsnew"; "ls" = "eza"; "ll" = "eza --long --group"; - "la" = "exa --all"; + "la" = "eza --all"; + + "rspace" = "'for f in *\ *; do mv \"$f\" \"\${f// /_}\"; done'"; }; }; }