Skip to content

Instantly share code, notes, and snippets.

View albertomorini's full-sized avatar
🌊
At the lake

Alberto Morini albertomorini

🌊
At the lake
View GitHub Profile
#!/bin/bash
#
####################################
# Music Command Line Control v1.1
# Modified by Alberto Morini on 2024/07/10 replacing 'iTunes' to 'Music' thust to work with newer MacOS
# written by David Schlosnagle
# created 2001.11.08
# edit 2010.06.01 rahul kumar
####################################
NEWLINE=$'\n'
DATE=$( date +"[%Y-%m-%d %H:%M]" )
PROMPT="${NEWLINE}%F{yellow}${DATE} %(!.%F{red}.%F{white})%n%F{cyan}@%m %F{yellow}%d${NEWLINE}%F{reset}> "
export PATH="/Users/alby/Library/Android/sdk/platform-tools":$PATH
export ANDROID_HOME="/Users/alby/Library/Android/sdk":$PATH
export CLICOLOR=1
export LSCOLORS=gx