remove unused alias
This commit is contained in:
parent
d8af4cf975
commit
eeba92b7b0
1 changed files with 0 additions and 4 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue