Skip to content

Commit

Permalink
breaking: use eza instead of lsd
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Aug 29, 2024
1 parent f3a0854 commit 1057fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/FUNCTIONS-hyde
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ shell_select() {
sed -i "/^plugins=/c\plugins=($w_plugin)$Fix_Completion" $Zsh_rc

elif [ "${myShell}" == "fish" ]; then
enable_package fish lsd starship
enable_package fish eza starship
(
echo 'P|${HOME}/.config|fish|fish'
echo 'P|${HOME}/.config|lsd|lsd'
# echo 'P|${HOME}/.config|lsd|lsd'
) >${ctl_override}

Restore-Config --only "${HYDE_RUNTIME_DIR}/"
Expand Down

0 comments on commit 1057fa7

Please sign in to comment.