Bash: add nyan cat to dotfiles alias.
This commit is contained in:
		| @@ -37,7 +37,7 @@ alias rm="rm -i" | ||||
| alias update="sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; npm update npm -g; npm update -g" | ||||
|  | ||||
| # Update dotfiles | ||||
| alias dotfiles="cd "$HOME/dotfiles" && git pull && ./sync.py && cd - > /dev/null 2>&1" | ||||
| alias dotfiles="cd "$HOME/dotfiles" && git pull && ./sync.py && cd - > /dev/null 2>&1 && nyan" | ||||
|  | ||||
| # Clean up LaunchServices to remove duplicates in the “Open With” menu | ||||
| #alias lscleanup="/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user && killall Finder" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Artem Sapegin
					Artem Sapegin