After I do the command source ~/.bash_profile It tells me to type alias=“pwd”. After that the instructions tell me to save the command inside the terminal but when ever I press CTRL+O it just copies the alias=“pwd” code/command
@rxyven
They gave the example
alias pd="pwd"
which you could have put into your .bash_profile
file…
After the you activated your command-short-cuts with source ~/.bash_profile
you could have used pd
You’re asked to run an editor called nano, you are still in bash where ^O is bound to operate-and-get-next whose behaviour you are describing as “copying”
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.