mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-18 05:34:52 +10:00
Adding new starship prompt.
This commit is contained in:
10
.bashrc
10
.bashrc
@@ -87,6 +87,16 @@ shopt -s checkwinsize # checks term size when bash regains control
|
||||
#ignore upper and lowercase when TAB completion
|
||||
bind "set completion-ignore-case on"
|
||||
|
||||
### COUNTDOWN
|
||||
|
||||
cdown () {
|
||||
N=$1
|
||||
while [[ $((--N)) > 0 ]]
|
||||
do
|
||||
echo "$N" | figlet -c | lolcat && sleep 1
|
||||
done
|
||||
}
|
||||
|
||||
### ARCHIVE EXTRACTION
|
||||
# usage: ex <file>
|
||||
ex ()
|
||||
|
||||
Reference in New Issue
Block a user