Replies: 2 comments
-
I turned this into an issue with a possible fix Let me know what you think. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would like to move the discussion at #706 , we will have the opportunity to deal with more realities in this regard, given that the "issues" tab is most visited. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would love an option to have the
APP-MANAGER
script skip the function_patch_bashrc_and_profile
where the script writes the following to~/.bashrc
(and other dotfiles):Personally, I don't like anything touching my bash dotfiles and prefer to manage my
PATH
manually via my own dotfiles.Any option to disable that would be great. I don't know if you'd prefer an environment variable to control it like
[[ -z "${APPMAN_SKIP_PATCH_BASHRC_AND_PROFILE:-} ]] && _patch_bashrc_and_profile
or a value in theappman-config
config file.Unrelated to this, I just want to say I love
appman
. I had ignored AppImages due to the lack of a package management command line tool. Thank you so much for this. This plusAppImaGen
andArchImage
are great. I very much appreciate it.Beta Was this translation helpful? Give feedback.
All reactions