diff --git a/.zshrc b/.zshrc index 07cd7e6..aef64c0 100644 --- a/.zshrc +++ b/.zshrc @@ -116,6 +116,9 @@ if [ ! -f "$MARKER_FILE" ]; then # Start linkwarden (pushd $HOME/personal/linkwarden > /dev/null && docker compose up -d > /dev/null && popd) &>/dev/null + # Cuz dolphin fails to mount this for some reason? + sudo ntfs-3g /dev/nvme0n1p4 /mnt/windows + touch "$MARKER_FILE" fi