Remove comments

This commit is contained in:
2021-11-23 19:52:41 +00:00
parent ba4c2d8d99
commit a83e4223c0

View File

@@ -3,9 +3,9 @@
# profile file. Runs on login. Environmental variables are set here. # profile file. Runs on login. Environmental variables are set here.
# Adds `~/.local/bin` to $PATH # 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 # Default programs
export EDITOR="nvim" export EDITOR="nvim"