Re: [Fish-users] trigger script on launching a terminal window

2023-11-29 Thread paul
board settings dialogue to associate 'fish -c my-alias-here' with a key combination. maybe XFCE invokes an interactive terminal to run that command? Because when I do `fish -c…` the greeting is not printed, but it is when I open another session with just `fish`. paul -- ❤ https://neo-lay

[Fish-users] Code review for improved lxc completions

2022-04-05 Thread Paul Kasemir
Hi all, Can I get this reviewed? https://github.com/fish-shell/fish-shell/pull/8860 Thanks, Paul -- Engineering Power - A glowing pool of excellence. Lets take a swim. ___ Fish-users mailing list Fish-users@lists.sourceforge.net https

Re: [Fish-users] Sourcing using bass question ?

2021-10-22 Thread paul
;poky" doesn't exist, but that bass looks for the directory named ". ./poky" resp. "source ./poky", that is, including the first dot and the space. Looks like bass tries to read _all_ its arguments as one directory. Are you sure you got the syntax right? paul