mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Fixing minor bug with 'fzf' previews and shell-color-scripts.
This commit is contained in:
@@ -236,7 +236,10 @@ alias mocp="bash -c mocp"
|
||||
### RANDOM COLOR SCRIPT ###
|
||||
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
||||
# Or install it from the Arch User Repository: shell-color-scripts
|
||||
colorscript random
|
||||
# The 'if' statement prevents colorscript from showing in 'fzf' previews.
|
||||
if status is-interactive
|
||||
colorscript random
|
||||
fi
|
||||
|
||||
### SETTING THE STARSHIP PROMPT ###
|
||||
starship init fish | source
|
||||
|
||||
Reference in New Issue
Block a user