update goto and some hyprland settings
This commit is contained in:
@@ -43,7 +43,10 @@
|
||||
update = "sudo nixos-rebuild switch";
|
||||
updateFancy = "nh os switch";
|
||||
updateOffline = "sudo nixos-rebuild switch --option substitute false";
|
||||
goto = "cd $(find -L ~/projects -maxdepth 2 -type d | ${pkgs.fzf}/bin/fzf)";
|
||||
goto = ''cd $((
|
||||
find -L ~/projects -maxdepth 2 -type d
|
||||
find -L ~/projects/github/third-party/ -maxdepth 1 -type d
|
||||
) | ${pkgs.fzf}/bin/fzf)'';
|
||||
dev = "nix-shell --run zsh";
|
||||
rmt = "trash put";
|
||||
bat = "bat -P --style plain";
|
||||
|
||||
Reference in New Issue
Block a user