You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing cd from the list of commands in .git.scmbrc, seems to "fix" the issue:
# Shell Command Wrapping
# ----------------------------------------------
# Expand numbered args for common shell commands
shell_command_wrapping_enabled="true"
# Here you can tweak the list of wrapped commands.
#scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln cd" # broken
scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln" # working
# Add numbered shortcuts to output of ls -l, just like 'git status'
This seems a regression (or a possible duplicate) of bugs #98 and #64 . (Maybe they were not really fixed after all?)
I am using ubuntu 14.04 (in portuguese).
After install scm_breeze and sourcing it in my .bashrc, when I try to change to a dir I get:
(tdc: Is a directory)
When I change my system settings to use english, everything seems to work fine.
Running this cd in
bash -X
, i get:I am using the stock settings of scm_breeze, also I reset my .bashrc to stock settings.
The text was updated successfully, but these errors were encountered: