mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +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 ###
|
### RANDOM COLOR SCRIPT ###
|
||||||
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
||||||
# Or install it from the Arch User Repository: 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 ###
|
### SETTING THE STARSHIP PROMPT ###
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|||||||
Reference in New Issue
Block a user