-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
$_ doesn't work #85
Comments
Hello, Can you clarify what is the expected behavior? Launchpad Details: #LPC Zisu Andrei - 2016-09-29 19:07:08 +0000 |
$_ means the last used file path. for example, ls wordpress-4.6.zip && unzip -l $_ same asls wordpress-4.6.zip && unzip -l !#:1 Launchpad Details: #LPC Jahdo Lee - 2016-09-30 06:12:01 +0000 |
Apologies I have not asked this before, but can you give an example of a terminal in which this works? Launchpad Details: #LPC Zisu Andrei - 2016-10-01 21:05:38 +0000 |
P.R.C National Day 10.1 - 10.7 it works in Gnome-terminal in Ubuntu 16.04, Terminal/iTerm2 in Mac OS X Oh, it occurs to me that I use zsh, not bash, in there environments. Launchpad Details: #LPC Jahdo Lee - 2016-10-10 05:54:07 +0000 |
It looks like we added So, moving to |
Linking the upstream issue here: rcaloras/bash-preexec#39 We can either cherry-pick the upstream fix or rebase on latest released upstream version, but I think the latter is better because our bash_preexec is old (0.2.1) and it might be impossible to simply cherry-pick the fix to our version. |
Closing as fixed in #295 |
$_ does not work in Terminal 0.4
Steps
Error Message
bash: cd: __bp_preexec_invoke_exec: No such file or directory
Launchpad Details: #LP1628992 Jahdo Lee - 2016-09-29 16:21:55 +0000
The text was updated successfully, but these errors were encountered: