Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Spencer
awit-zsh-superawesome
Commits
72ffaad6
Commit
72ffaad6
authored
Dec 15, 2019
by
Nigel Kukard
Browse files
Fixed conditional
parent
5a4b2231
Changes
1
Hide whitespace changes
Inline
Side-by-side
zshrc
View file @
72ffaad6
...
...
@@ -107,7 +107,7 @@ plugins=(
)
# Allow theming if we're running in a desktop session
if [[ "$DESKTOP_SESSION" =~ "plasma"
-a
"$TERM_PROGRAM" != "vscode" ]]
if [[ "$DESKTOP_SESSION" =~ "plasma"
&&
"$TERM_PROGRAM" != "vscode" ]]
then
# Set oh my zsh theme
ZSH_THEME="powerlevel9k"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment