first blush

This commit is contained in:
2016-10-29 15:37:46 +03:00
parent e0bf72c3c7
commit 93089c5903
4 changed files with 25 additions and 6 deletions

6
.zshrc
View File

@@ -204,6 +204,10 @@ alias wiki="cd ~/wiki && vim index.md"
alias gwiki="cd ~/wiki && gvim index.md"
alias gulp-watch="./node_modules/.bin/gulp watch; notify-send -i error 'Gulp has crashed'"
alias weather="curl wttr.in/Moscow"
alias git-commit-random="git commit -em '$(curl -s http://whatthecommit.com/index.txt )'"
export PATH="$HOME/.dynamic-colors/bin:$PATH"
#export PATH="$HOME/Soft/vagrant/bin:$PATH"
@@ -213,3 +217,5 @@ export CLOUDSDK_PYTHON=/usr/bin/python2
source '/home/kressh/Soft/google-cloud-sdk/path.zsh.inc'
# The next line enables bash completion for gcloud.
source '/home/kressh/Soft/google-cloud-sdk/completion.zsh.inc'
source $HOME/.dynamic-colors/completions/dynamic-colors.zsh