This file contains 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
#!/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 | |
#################################### |
This file contains 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
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 |