Dev Environment/개발 환경
.bashrc 문서 별칭(Alias) 등록 및 CLI 에서 유효성검사하기
jaiyah
2015. 9. 9. 10:15
.bashrc 문서에 Alias 등록
.bashrc 파일을 생성하여 단축어을 별칭 등록하여 CLI 에서 간편 사용하기
- .bashrc 를 생성하기 위해 사용자 계정이 있는 위치로 이동
- $ cd ~/ => 사용자 계정으로 이동
- .bashrc 파일을 사용자 폴더에 생성한다.
# Alias
alias ls='ls -ph --show-control-chars'
alias lsa='ls -al --color=auto --show-control-chars'
alias cls='clear'
# Sass Alias (Sass 명령어를 별칭으로 등록)
alias sass='sass -w -t compact -E utf-8'
alias sass-e='sass -w -t expaned -E utf-8'
alias sass-c='sass -w -t compressed -E utf-8'
npm 으로 htmlhint 설치
$ npm i -g htmlhint
$ htmlhint index.html
$ htmlhint *.html
window.devicePixelRatio
AutoFileName (keybinding)