How to show file directory in osx terminal
Just add: to your .zshrc file and you should have the entire directory path displayed in terminal. %~ means show the path relative to HOME.
Just add: to your .zshrc file and you should have the entire directory path displayed in terminal. %~ means show the path relative to HOME.
Get git autocompletion in 2 mins. Run the following commands: Step 1 Step 2 Add the following to your ~/.bash_profile file: Step 3 Apply the changes: If you don’t have permission, run: Step 4 Test