Fix shell syntax issues

This commit is contained in:
Jake Howard 2018-09-14 09:00:06 +01:00
parent b66e9f4e8f
commit cfa484b8cb
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 1 additions and 8 deletions

View file

@ -59,7 +59,3 @@ alias yolo="yaourt -Syyau --noconfirm"
alias sc="screenshot --to img" alias sc="screenshot --to img"
alias clip="xclip -selection clipboard" alias clip="xclip -selection clipboard"
alias cl="climate" alias cl="climate"
recreatedb() {
dropdb $1 && createdb $1
}

View file

@ -35,7 +35,3 @@ nr() {
alias nrc="npm run coverage" alias nrc="npm run coverage"
alias nrm="npm run mocha" alias nrm="npm run mocha"
alias nvmu="nvm use" alias nvmu="nvm use"
# React-native extras
alias rnl="adb logcat | grep ReactNative"
alias rn="react-native"

View file

@ -3,6 +3,7 @@
dest: /home/jake/.zshrc dest: /home/jake/.zshrc
mode: 0644 mode: 0644
owner: jake owner: jake
validate: "zsh -n %s"
- copy: - copy:
src: /usr/share/nvm/init-nvm.sh src: /usr/share/nvm/init-nvm.sh