Compatibility with Zorin

This commit is contained in:
2021-11-23 19:41:42 +00:00
parent eefc4e84a0
commit ba4c2d8d99
7 changed files with 23 additions and 5 deletions

View File

@@ -3,9 +3,9 @@
# profile file. Runs on login. Environmental variables are set here.
# Adds `~/.local/bin` to $PATH
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin)"
#export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin)"
unsetopt PROMPT_SP
#unsetopt PROMPT_SP
# Default programs
export EDITOR="nvim"