fix: fish plugins/utils

This commit is contained in:
Andrejus
2021-04-30 18:57:51 +01:00
parent fb50593834
commit e19d1cb4d3
2 changed files with 3 additions and 2 deletions

View File

@@ -4,3 +4,4 @@ jorgebucaran/replay.fish
joseluisq/gitnow
tomyun/base16-fish
PatrickF1/fzf.fish
jorgebucaran/fisher

View File

@@ -75,8 +75,8 @@ function stow_package {
case $target in
HOME)
rm $HOME/.bashrc || true
rm $HOME/.profile || true
rm -f $HOME/.bashrc
rm -f $HOME/.profile
target=$HOME
;;
*)