Skip to content

Instantly share code, notes, and snippets.

@adinata-id
Created December 23, 2024 05:57
Show Gist options
  • Save adinata-id/cb9c5282813b83e34e141cfe0da69754 to your computer and use it in GitHub Desktop.
Save adinata-id/cb9c5282813b83e34e141cfe0da69754 to your computer and use it in GitHub Desktop.
Tips agar buka editor selalu menggunakan nano di Linux
cara temporay jalankan command:
export EDITOR=nano
cara permanent:
echo "export EDITOR=nano" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment