Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta committed Apr 1, 2024
1 parent 9bebca2 commit 5cf2a5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
(if isDarwin then
''
SHELLY=$(dscl . -read /Users/$USER UserShell | awk '{print $2}')
exec $SHELLY
exec $SHELLY
''
else
''
SHELLY=$(getent passwd $USER | awk -F: '{printf $7}')
exec $SHELLY
SHELLY=$(getent passwd $USER | awk -F: '{printf $7}')
exec $SHELLY
'');
};
}
Expand Down

0 comments on commit 5cf2a5f

Please sign in to comment.