Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Sveningsson
dotfiles
Commits
4c7c7eb2
Commit
4c7c7eb2
authored
Aug 17, 2020
by
David Sveningsson
Browse files
zsh: add .local/bin to PATH
parent
7e6fed8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
global/zsh.d/25_env.zsh
View file @
4c7c7eb2
...
...
@@ -18,7 +18,7 @@ LC_MEASUREMENT="sv_SE.utf8"
LC_IDENTIFICATION
=
"en_US.utf8"
# Add bin-directories to PATH
PATH
=
~/bin/local:~/bin/user:~/bin/global:
$PATH
PATH
=
~/bin/local:~/bin/user:~/bin/global:
~/.local/bin:
$PATH
# Set emacs as default editor
EDITOR
=
"emacs"
...
...
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