This commit is contained in:
Stephan Raabe 2023-09-18 19:46:06 +02:00
parent 72f385446c
commit eeccb67f44

View File

@ -9,10 +9,8 @@
# by Stephan Raabe (2023)
# -----------------------------------------------------
source ~/dotfiles/scripts/library.sh
if [ -f "/usr/bin/nautilus" ]; then
echo "nautilus is installed.";
echo "nautilus is installed."
nautilus --new-window
else
echo "nautilus not installed. Launching thunar instead."