Rocky Linux AutoCompletion Issues
by nwpg_shlee from LinuxQuestions.org on (#6NDR4)
Hello, I'm a user using the rockky linux 8.6 version
I am a person who majored in numerical modeling, so I often set environmental variables and use them
However, if you use autocomplete to use commands in the command line, such as vi $HOME/python.py ,
it will complete like vi \$HOME/python.py , preventing $ from functioning
The environment variable is well declared as HOME=/home/shlee
I tried to fix it while looking at the bash-completion file, but it didn't solve it, so I'm asking you a question
I am a person who majored in numerical modeling, so I often set environmental variables and use them
However, if you use autocomplete to use commands in the command line, such as vi $HOME/python.py ,
it will complete like vi \$HOME/python.py , preventing $ from functioning
The environment variable is well declared as HOME=/home/shlee
I tried to fix it while looking at the bash-completion file, but it didn't solve it, so I'm asking you a question