Compare commits
1 Commits
05600113b3
...
008290931e
Author | SHA1 | Date |
---|---|---|
coolneng | 008290931e |
|
@ -42,8 +42,8 @@ elif [ "$type" = "doc" ]; then
|
||||||
elif [ "$type" = "src" ]; then
|
elif [ "$type" = "src" ]; then
|
||||||
cp ~/Documents/IT/shell.nix .
|
cp ~/Documents/IT/shell.nix .
|
||||||
mkdir src data
|
mkdir src data
|
||||||
echo "use nix" >.envrc
|
|
||||||
touch .project
|
touch .project
|
||||||
|
echo "use nix" >.envrc
|
||||||
direnv allow
|
direnv allow
|
||||||
else
|
else
|
||||||
usage
|
usage
|
||||||
|
|
Loading…
Reference in New Issue