4 lines
109 B
Bash
Executable file
4 lines
109 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
|
|
dotfiles_root=$(git rev-parse --show-toplevel)
|
|
echo "{ \"path\": \"${dotfiles_root}\" }"
|