jesustorresdev/yakuake-session

yakuake-session fails (again) with fish shell

Closed this issue · 0 comments

This bug (#16) is happening yet :

Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
~  source '/tmp/yakuake-session-KyDy1hmH65'
/tmp/yakuake-session-KyDy1hmH65 (line 5): Unsupported use of '&&'. In fish, please use 'COMMAND; and COMMAND'.
cd /home/luis && true
^
from sourcing file /tmp/yakuake-session-KyDy1hmH65
called on standard input

source: Error while reading file '/tmp/yakuake-session-KyDy1hmH65'

cat /tmp/yakuake-session-KyDy1hmH65

clear
rm -f '/tmp/yakuake-session-KyDy1hmH65' 2>/dev/null
true
if [ -z "$FISH_VERSION" ]; then
  cd /home/luis && true
else
  cd /home/luis; and true
fi

More info :
Commit 5f83934
Fish-> fish --version
fish, version 2.7.1
kUbuntu 18.04.1