Skip to content

Commit

Permalink
fix: add uid and shell vars to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 14, 2023
1 parent 2e45419 commit f9f8a3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/share/ublue-os/just/00-default.just
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# vim: set ft=make :

uid := `id -u`
shell := `grep :$(id -u): /etc/passwd | cut -d: -f7`

set allow-duplicate-recipes
set ignore-comments

Expand Down

0 comments on commit f9f8a3f

Please sign in to comment.