mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 09:47:21 +01:00
important nyan cat alias
This commit is contained in:
parent
6a2bd645bb
commit
369dd49a27
3
aliases
3
aliases
@ -36,3 +36,6 @@ alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool FALSE && kil
|
|||||||
# install npm packages from the cache
|
# install npm packages from the cache
|
||||||
# ht: http://soledadpenades.com/2015/05/31/npmoffline-installing-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 "
|
alias npmoffline="npm --cache-min 9999999 "
|
||||||
|
|
||||||
|
# When there's need for nyaning around
|
||||||
|
alias nyan="telnet nyancat.dakko.us"
|
||||||
|
Loading…
Reference in New Issue
Block a user