Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldohomero committed Jan 16, 2025
1 parent e291e27 commit ff94d2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash
source src/config.sh
RED='\e[1;91m'
GREEN='\e[1;92m'
BLUE='\e[1;94m'
ORANGE='\e[1;93m'
NO_COLOR='\e[0m'

# Change directory to the "Downloads" directory
cd "$HOME/Downloads/post-install-fedora"
Expand Down
1 change: 0 additions & 1 deletion src/altTab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ GREEN='\e[1;92m'
ORANGE='\e[1;93m'
NO_COLOR='\e[0m'


altTab() {
echo -e "${BLUE}Configuring Alt+Tab window switching...${NO_COLOR}"

Expand Down

0 comments on commit ff94d2d

Please sign in to comment.