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
#!/bin/bash | |
set -e | |
set -o pipefail | |
# Navigate to Downloads directory or exit with status 1 if it fails | |
cd ~/Downloads || exit 1 | |
# Indexed array for directory names | |
directories=("3D_Models" "Archives" "Audio" "Books_and_Presentations" "Documents" "Images" "Software" "Videos") |
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
format = """ | |
[░▒▓](#00FF00)\ | |
$username\ | |
[@](bg:#0F0F0F fg:#00FF00)\ | |
$hostname\ | |
$directory\ | |
[\ueb2c](fg:#0F0F0F bg:#003300)\ | |
$git_branch\ | |
$git_status\ | |
[\ueb2c](fg:#0F0F0F bg:#003300)\ |
OlderNewer