Update .chezmoiscripts/10-change-shell-to-fish.sh
Update .chezmoiscripts/00-chaotic-aur.sh
This commit is contained in:
parent
62d202be32
commit
59f617ab65
2 changed files with 3 additions and 3 deletions
|
@ -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 -}}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue