Update .chezmoiscripts/10-change-shell-to-fish.sh
This commit is contained in:
parent
d271283c16
commit
620b5b6d02
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{{- if lookPath "fish" -}}
|
||||
#!/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ "$SHELL" != "$(which fish)" ]; then
|
||||
chsh -s "$(which fish)"
|
||||
|
|
Loading…
Reference in a new issue