remove unused alias

This commit is contained in:
Yan Lin 2025-11-16 00:34:26 +01:00
parent d8af4cf975
commit eeba92b7b0

View file

@ -21,16 +21,12 @@ in
shellAliases = { shellAliases = {
ll = "ls -alF"; ll = "ls -alF";
zi = "z -i"; # Interactive selection with fzf
# Nix helpers # Nix helpers
hm = "home-manager"; hm = "home-manager";
hms = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname)"; hms = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname)";
hms-offline = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname) --option substitute false"; hms-offline = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname) --option substitute false";
fs = "oss && hms"; 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 = '' initContent = ''