mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-17 12:59:24 +00:00
Correct bootstrap env line for NixOS
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
which git >/dev/null 2>&1
|
which git >/dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user