diff --git a/modules/zsh.nix b/modules/zsh.nix index f4ddb93..288d66f 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -21,16 +21,12 @@ in shellAliases = { ll = "ls -alF"; - zi = "z -i"; # Interactive selection with fzf # Nix helpers hm = "home-manager"; hms = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname)"; hms-offline = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname) --option substitute false"; fs = "oss && hms"; - - # Steam Deck screenshot and game recording sync - deck-ss = "rsync -avh --progress 'deck:.local/share/Steam/userdata/*/760/remote/*/screenshots/' ~/Pictures/Steam/ && rsync -avh --progress 'deck:.local/share/Steam/userdata/*/gamerecordings/' ~/Pictures/Steam/recordings/"; }; initContent = ''