Skip to content

Instantly share code, notes, and snippets.

View euqen's full-sized avatar
🇵🇱

Eugene Shilin euqen

🇵🇱
View GitHub Profile
@euqen
euqen / .zshrc
Created March 26, 2019 12:21
My OWN .zshrc config
# If you come from bash you might have to change your $PATH.
plugins=(colored-man colorize github jira vagrant virtualenv pip python brew osx zsh-autosuggestions)
export LANG=ru_RU.UTF-8
export LC_CTYPE=ru_RU.UTF-8
alias gs="git status"
alias gco="git commit"
alias gch="git checkout"
@euqen
euqen / .hyper.js
Created March 26, 2019 12:15
My own Hyper config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',