This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix helper function
master
Brett Langdon
9 years ago
parent
42e1ae24c3
commit
cf44f7248c
No known key found for this signature in database
GPG Key ID:
A2ECAB73CE12147F
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
zshrc.d/lib/functions.zsh
+ 1
- 1
zshrc.d/lib/functions.zsh
View File
@ -40,7 +40,7 @@ npm () {
}
}
yarn
(
)
{
yarn
(
)
{
load_nvm
load_nvm
n
pm
"
$@
"
yar
n
"
$@
"
}
}
Write
Preview
Loading…
Cancel
Save