Last active
March 12, 2024 11:01
-
-
Save luisadha/fe850be6dfc7bf5424082e0456cea386 to your computer and use it in GitHub Desktop.
Konfigurasi sederhana untuk termux
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
Konfigurasi sederhana untuk termux. | |
Rekomendasi dari saya |
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
# .bashrc -*- mode: sh -*- | |
# REPLACE WITH OH-MY-BASH BASHRC'S |
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
# .bash_profile -*- mode: sh -*- | |
# Load login settings and environment variables | |
if [[ -f ~/.profile ]]; then | |
source ~/.profile | |
fi | |
# Load interactive settings | |
if [[ ! -d ~/@/@t.me/luisadha ]]; | |
then | |
return 0 | |
else | |
if [[ -f ~/downloads/drstone.txt ]]; then | |
source ~/downloads/drstone.txt | |
fi | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment