Created
August 7, 2014 13:42
-
-
Save infn8/9eeed9c910c5b61f8c5c to your computer and use it in GitHub Desktop.
Bash Profile Aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# | |
# Aliases | |
# | |
alias ll="ls -la" | |
alias sw="sass --watch --debug-info sass:css" | |
alias swp="sass --watch --style compressed sass:css" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this to help make sass compilation earier. Add these lines to your bash profile