diff --git a/home/.xsession b/home/.xsession index 73cda67..760fa93 100755 --- a/home/.xsession +++ b/home/.xsession @@ -26,7 +26,7 @@ if [ -f .config/chromium/Default/Preferences ]; then fi # Remove notes of previous sessions, if any -find .config/chromium/ -name "Last *" | xargs rm +find .config/chromium/ -name "Last *" -exec rm {} + # Start and detach Chromium # http://peter.sh/experiments/chromium-command-line-switches/