diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:53:11 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:53:11 +0530 |
| commit | bbf484a0965330aa729c9861d0385d0fccbb4da5 (patch) | |
| tree | a75b7dbf3b79db721fb0d46f65a1f8ad8f31c3ca /scripts | |
| parent | c45d004dd6a297f346fc302ed7a88304cf9f20fb (diff) | |
| download | nixos-config-bbf484a0965330aa729c9861d0385d0fccbb4da5.tar.gz nixos-config-bbf484a0965330aa729c9861d0385d0fccbb4da5.zip | |
Remove unnecassary bits (alsa-utils udev rules, lsd, unclutter, overlays, keybase, firefox)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/sessions/project.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/sessions/project.sh b/scripts/sessions/project.sh index 4250f67..217554f 100755 --- a/scripts/sessions/project.sh +++ b/scripts/sessions/project.sh @@ -2,17 +2,17 @@ dir="$1"; -editor="sensible-editor"; - -if [[ -f "$dir/default.nix" ]]; then - editor="nix-shell --run '$editor'"; -fi; +# editor="sensible-editor"; +# +# if [[ -f "$dir/default.nix" ]]; then +# editor="nix-shell --run '$editor'"; +# fi; term() { sensible-terminal -d "$dir" "$@"; } -editor() { term -e sh -c "echo 'Loading...'; $editor; zsh"; } +# editor() { term -e sh -c "echo 'Loading...'; $editor; zsh"; } -editor & -sleep 0.1; +# editor & +# sleep 0.1; term & term & |
