Skip to content

Instantly share code, notes, and snippets.

@luisadha
Last active March 12, 2024 11:01
Show Gist options
  • Save luisadha/fe850be6dfc7bf5424082e0456cea386 to your computer and use it in GitHub Desktop.
Save luisadha/fe850be6dfc7bf5424082e0456cea386 to your computer and use it in GitHub Desktop.
Konfigurasi sederhana untuk termux
Konfigurasi sederhana untuk termux.
Rekomendasi dari saya
# .bashrc -*- mode: sh -*-
# REPLACE WITH OH-MY-BASH BASHRC'S
# .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