mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 06:13:59 +01:00
10 lines
168 B
Fish
10 lines
168 B
Fish
|
function chezmoiapply
|
||
|
if not bw login --check
|
||
|
set -x BW_SESSION (bw login --raw)
|
||
|
end
|
||
|
if not bw unlock --check
|
||
|
set -x BW_SESSION (bw unlock --raw)
|
||
|
end
|
||
|
chezmoi apply
|
||
|
end
|