mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
remove unused alias
This commit is contained in:
parent
fdb18981c1
commit
f0bc1eb730
4
aliases
4
aliases
@ -34,9 +34,5 @@ alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo
|
|||||||
alias show="defaults write com.apple.Finder AppleShowAllFiles -bool TRUE && killall 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 "
|
|
||||||
|
|
||||||
# When there's need for nyaning around
|
# When there's need for nyaning around
|
||||||
alias nyan="telnet nyancat.dakko.us"
|
alias nyan="telnet nyancat.dakko.us"
|
||||||
|
Loading…
Reference in New Issue
Block a user