Skip to content

Instantly share code, notes, and snippets.

@infn8
Created August 7, 2014 13:42
Show Gist options
  • Save infn8/9eeed9c910c5b61f8c5c to your computer and use it in GitHub Desktop.
Save infn8/9eeed9c910c5b61f8c5c to your computer and use it in GitHub Desktop.
Bash Profile Aliases
#!/bin/bash
#
#
# Aliases
#
alias ll="ls -la"
alias sw="sass --watch --debug-info sass:css"
alias swp="sass --watch --style compressed sass:css"
@infn8
Copy link
Author

infn8 commented Aug 7, 2014

Use this to help make sass compilation earier. Add these lines to your bash profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment