Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quoting root dirs causes ~/ to stop working #21

Closed
brianp opened this issue Jul 20, 2016 · 0 comments
Closed

Quoting root dirs causes ~/ to stop working #21

brianp opened this issue Jul 20, 2016 · 0 comments
Labels

Comments

@brianp
Copy link
Owner

brianp commented Jul 20, 2016

The unix command cd "~/" does not work. When double quoted you have to use variables such as cd "$HOME".

This isn't an ideal user experience. I want to be able to define root: ~/. A solution would be to handle root values with spaces differently then without spaces, although this means root: ~/Dir With Space/project would still fail. Maybe converting any usage of ~/ behind the scenes to $HOME?

Regression from #11

Example broken config:

root: "~/"
windows:
  - editor:
      layout: "main-vertical"
      panes: ["vi", "ls -alh"]"
@brianp brianp added the bug label Jul 20, 2016
@brianp brianp closed this as completed in 1a68715 Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant