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 = {
|
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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue