This website requires JavaScript.
Explore
Help
Sign in
Config
/
Dotfiles
Watch
1
Star
0
Fork
You've already forked Dotfiles
0
Code
Issues
Pull requests
Releases
Wiki
Activity
6f4eb063b3
Dotfiles
/
.zsh
/
lib
/
path.zsh
10 lines
103 B
Bash
Raw
Normal View
History
Unescape
Escape
Adding paths
2014-04-16 21:50:26 +02:00
typeset
-U path
- Added nocorrect options for git - Updated Sublime Preferences - Removed deprecated paths for ptolemy - Removed deprecated paths for Stellaris Coding
2016-07-14 11:06:02 +02:00
pathdirs
=
(
)
Adding paths
2014-04-16 21:50:26 +02:00
for
dir in
$pathdirs
;
do
if
[
-d
$dir
]
;
then
path
+=
$dir
fi
done
Reference in a new issue
Copy permalink