kmscon
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"
|
||||
[ -d "$HOME/go/bin" ] && export PATH="$HOME/go/bin:$PATH"
|
||||
|
||||
[ -x "$HOME/.local/scripts/ssh-init" ] && eval "$(ssh-init)"
|
||||
[ -x "$HOME/.local/scripts/ssh-init" ] && eval "$(ssh-init)" >/dev/null 2>&1
|
||||
|
||||
command -v nvim >/dev/null 2>&1 && {
|
||||
export EDITOR=nvim
|
||||
|
||||
@@ -2,6 +2,10 @@ if not set -q fetch_logo_type
|
||||
set -g fetch_logo_type auto
|
||||
end
|
||||
|
||||
if ps -e -o pid,comm | grep -q (pgrep kmscon)
|
||||
set -g fetch_logo_type logo
|
||||
end
|
||||
|
||||
if not set -q fetch_color
|
||||
set -g fetch_color "#89b4fa"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user