Skip to content

Instantly share code, notes, and snippets.

@luisadha
Created July 20, 2024 06:03
Show Gist options
  • Save luisadha/99bc186f84c913c991962be9f08417b1 to your computer and use it in GitHub Desktop.
Save luisadha/99bc186f84c913c991962be9f08417b1 to your computer and use it in GitHub Desktop.
# .profile -*- mode: sh -*-
#
realtime_date "Load from.. (.profile)"
### Variables
GHUSER="luisadha"
NAMA_AYANG=""
_bp_imported="defined"
export nunuhay=(10 5 4 0)
export fromProfile=$shortname
export profileIdentifier="3e4bedab13e85a3a7536c0f0927b559b1affb7dcf1d7d1c7f5b96d93fde0ff37?s=200&d=identicon"
export TOKEN=""
export RAPIDAPI=""
alrc_plugin=' al_include_blesh
al_include_brandomusicv
al_include_drawercli
al_include_musiktap
al_include_bash-preexec
'
# This variable will initialize the environment variable so that it can be read by alrc-termux, don't forget to insert the source "$ALRC"/alrc-termux.sh also at the end.
alrc_config='
# Path to your alrc-termux installation.
export ALRC="/data/data/com.termux/files/home/.local/share/alrc-termux"
export ALRC_USE_STARSHIP="random"
export ALRC_USE_ALFETCH="true"
export ALRC_MOTD_USE_BOXES="html"
# Set name of the addtional border theme by boxes to load. Optionally, if you set this to "random"
# it will load a random design boxes each time that alrc-termuxis loaded.
# # Uncomment the following line if you dont use brandomusicv plugins
export BRANDO_RESPONSE="y"
export BRANDO_NO_CACHE="true"
source "$ALRC"/alrc-termux.sh 2>&-
source "$ALRC"/lib/remove_addon_files.sh 2>&-;
'
# precmd_functions+=(precmd_1);
# precmd_functions+=(precmd_2);
precmd_functions+=(init_alrc_1);
precmd_functions+=(init_alrc_2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment