Created
December 23, 2024 05:57
-
-
Save adinata-id/cb9c5282813b83e34e141cfe0da69754 to your computer and use it in GitHub Desktop.
Tips agar buka editor selalu menggunakan nano di Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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