Add some cool configs

This commit is contained in:
2017-03-18 18:00:03 +03:00
parent f1c009e59b
commit bfd59f0b2a
6 changed files with 144 additions and 16 deletions

5
.zshrc
View File

@@ -205,7 +205,6 @@ 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"
@@ -219,3 +218,7 @@ source '/home/kressh/Soft/google-cloud-sdk/path.zsh.inc'
source '/home/kressh/Soft/google-cloud-sdk/completion.zsh.inc'
source $HOME/.dynamic-colors/completions/dynamic-colors.zsh
function git-commit-random() {
curl -s http://whatthecommit.com/index.txt | git commit -em
}