Update .chezmoiscripts/10-change-shell-to-fish.sh

Update .chezmoiscripts/00-chaotic-aur.sh
This commit is contained in:
punkfairie 2024-04-22 20:20:03 -07:00
parent 62d202be32
commit 59f617ab65
No known key found for this signature in database
GPG key ID: 284B78B49C058673
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
{{ if lookPath "fish" -}}
{{- if lookPath "fish" -}}
#!/usr/bin/env bash
if [ "$SHELL" != "$(which fish)" ]; then
chsh -s "$(which fish)"
fi
{{ end -}}
{{- end -}}

View file

@ -1,4 +1,4 @@
{{ if eq .osid "linux-arch" -}}
{{- if eq .osid "linux-arch" -}}
#!/usr/bin/env bash
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com