mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-24 11:01:25 +01:00
alias for installing npm packages from cache
This commit is contained in:
parent
2efc5bdd6c
commit
6a50a1dbe9
6
aliases
6
aliases
@ -31,4 +31,8 @@ alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo
|
||||
|
||||
# Show/hide hidden files in Finder
|
||||
alias show="defaults write com.apple.Finder AppleShowAllFiles -bool TRUE && killall Finder"
|
||||
alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool FALSE && killall Finder"
|
||||
alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool FALSE && killall Finder"
|
||||
|
||||
# install npm packages from the cache
|
||||
# ht: http://soledadpenades.com/2015/05/31/npmoffline-installing-npm-packages-from-the-cache/
|
||||
alias npmoffline="npm --cache-min 9999999 "
|
||||
|
Loading…
Reference in New Issue
Block a user