Installation instruction's function code snippet should be different for installed with go & mention add env variable for editor permanently in bashrc #72
BenjaminWang236
started this conversation in
General
Replies: 1 comment 8 replies
-
This is just linux 101. Don’t think README should teach *nix basics. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think the installation instructions should include:
~/go/bin/llama
, then the function code snippet added to.bashrc
should becd "$(~/go/bin/llama "$@")"
instead ofcd "$(llama "$@")"
. At least that's how it was for me..bashrc
(works with micro) like "You can permanently add it by adding theexport LLAMA_EDITOR=micro
line to your.bashrc
", etcMy environment is WSL - ubuntu, if that makes a difference
PS: I like llama, pretty intuitive to use
Beta Was this translation helpful? Give feedback.
All reactions