Skip to content

Instantly share code, notes, and snippets.

@dapize
Created December 31, 2021 09:12
Show Gist options
  • Select an option

  • Save dapize/e1a518ee8fa91db751aba102359ce7af to your computer and use it in GitHub Desktop.

Select an option

Save dapize/e1a518ee8fa91db751aba102359ce7af to your computer and use it in GitHub Desktop.
Add the command 'open' for the terminal in Linux mint
#!/bin/bash
echo "alias open='gio open'" >> ~/.bashrc
source ~/.bashrc
# now for test lets go to a folder and type:
# open .
# and press ENTER, and the folder will be opened
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment