diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/.bashrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/home/.bashrc b/home/.bashrc index e80f8bc..6610b34 100644 --- a/home/.bashrc +++ b/home/.bashrc | |||
@@ -8,7 +8,7 @@ if [[ $- != *i* ]] ; then | |||
8 | fi | 8 | fi |
9 | 9 | ||
10 | 10 | ||
11 | ########################################################################## | 11 | ######################################################################### |
12 | # PS1 - Primary prompt displayed before each command | 12 | # PS1 - Primary prompt displayed before each command |
13 | #################################################### | 13 | #################################################### |
14 | # The PS1 prompt is constructed piece-by-piece by concatenating each | 14 | # The PS1 prompt is constructed piece-by-piece by concatenating each |
@@ -20,7 +20,7 @@ fi | |||
20 | # | 20 | # |
21 | # Example of what the prompt should look like: | 21 | # Example of what the prompt should look like: |
22 | # [1] [2023-03-28 16:02:55] [user host] [/etc/portage] > | 22 | # [1] [2023-03-28 16:02:55] [user host] [/etc/portage] > |
23 | ########################################################################## | 23 | ######################################################################### |
24 | # Set colors for easy reading | 24 | # Set colors for easy reading |
25 | PS1_COLOR_RESET="\[\e[0m\]" | 25 | PS1_COLOR_RESET="\[\e[0m\]" |
26 | PS1_COLOR_GREY="\[\e[90m\]" | 26 | PS1_COLOR_GREY="\[\e[90m\]" |
@@ -63,19 +63,19 @@ PS1+="$PS1_COLOR_MAIN] $PS1_COLOR_RESET" # ] | |||
63 | PS1+="$PS1_COLOR_MAIN[$PS1_COLOR_RESET" # [ | 63 | PS1+="$PS1_COLOR_MAIN[$PS1_COLOR_RESET" # [ |
64 | PS1+="$PS1_COLOR_CYAN\w$PS1_COLOR_RESET" # DIR | 64 | PS1+="$PS1_COLOR_CYAN\w$PS1_COLOR_RESET" # DIR |
65 | PS1+="$PS1_COLOR_MAIN] > $PS1_COLOR_RESET" # ] > | 65 | PS1+="$PS1_COLOR_MAIN] > $PS1_COLOR_RESET" # ] > |
66 | ########################################################################## | 66 | ######################################################################### |
67 | 67 | ||
68 | 68 | ||
69 | ########################################################################## | 69 | ######################################################################### |
70 | # PS2 - Secondary prompt displayed when a command needs more input | 70 | # PS2 - Secondary prompt displayed when a command needs more input |
71 | ################################################################## | 71 | ################################################################## |
72 | PS2=" > " | 72 | PS2=" > " |
73 | ########################################################################## | 73 | ######################################################################### |
74 | 74 | ||
75 | 75 | ||
76 | ########################################################################## | 76 | ######################################################################### |
77 | # Aliases | 77 | # Aliases |
78 | ######### | 78 | ######### |
79 | alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" | 79 | alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" |
80 | alias ls="exa -1aFghlU --color=always --sort=name --time-style=iso" | 80 | alias ls="exa -1aFghlU --color=always --sort=name --time-style=iso" |
81 | ########################################################################## | 81 | ######################################################################### |