about summary refs log tree commit diff stats
path: root/rust/.envrc
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-27 16:47:17 +0200
committerSoispha <soispha@vhack.eu>2023-05-27 16:47:17 +0200
commit1f263a83a6f7d7dd1898326b04b2491b78e845b1 (patch)
treee56f9e121b8d904033fc9b21065ab0c9b242fb74 /rust/.envrc
parentChore: Initial Commit (diff)
downloadflake-templates-1f263a83a6f7d7dd1898326b04b2491b78e845b1.tar.gz
flake-templates-1f263a83a6f7d7dd1898326b04b2491b78e845b1.zip
Feat(rust): Update
Diffstat (limited to '')
-rw-r--r--rust/.envrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/.envrc b/rust/.envrc
new file mode 100644
index 0000000..a9c7e4e
--- /dev/null
+++ b/rust/.envrc
@@ -0,0 +1,5 @@
+use flake
+if on_git_branch; then
+  echo && git status --short --branch &&
+  echo && git fetch --verbose
+fi