fix: fish plugins/utils
This commit is contained in:
@@ -4,3 +4,4 @@ jorgebucaran/replay.fish
|
|||||||
joseluisq/gitnow
|
joseluisq/gitnow
|
||||||
tomyun/base16-fish
|
tomyun/base16-fish
|
||||||
PatrickF1/fzf.fish
|
PatrickF1/fzf.fish
|
||||||
|
jorgebucaran/fisher
|
||||||
|
|||||||
@@ -75,8 +75,8 @@ function stow_package {
|
|||||||
|
|
||||||
case $target in
|
case $target in
|
||||||
HOME)
|
HOME)
|
||||||
rm $HOME/.bashrc || true
|
rm -f $HOME/.bashrc
|
||||||
rm $HOME/.profile || true
|
rm -f $HOME/.profile
|
||||||
target=$HOME
|
target=$HOME
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user