Adding new stuff

This commit is contained in:
ViktorBarzin 2017-12-09 13:49:26 +00:00
parent cb028acf05
commit 7b21428a6d
451 changed files with 6 additions and 1 deletions

View file

@ -60,6 +60,7 @@ alias mkdir="mkdir -pv"
alias update="sudo apt update"
alias upgrade="sudo apt upgrade"
alias install="sudo apt install"
alias remove="sudo apt remove"
# function secureme(){
# workon ansible;
@ -190,3 +191,4 @@ function netissue(){
#alias tldr="rm -r /home/viktor/.tldr_cache/ &> /dev/null; tldr"
alias sl=ls
alias vimrc="vim ~/.vimrc"

4
.vimrc
View file

@ -251,12 +251,14 @@ syntax on
" Ignore flake8 E501 for lines longer than 80 characters
" E128 - visual continuation
" W391 - blank line at end of file
let g:syntastic_python_flake8_args='--ignore=W391, E501'
let g:syntastic_python_flake8_args='--ignore=W391, E501, E702'
let g:syntastic_python_flake8_show_quickfix=0
let g:pymode_lint_ignore="E501,W601,W391,W0401"
let g:pymode_rope_lookup_project = 0
let g:pymode_lint_cwindow = 0
let g:pymode_rope = 0
let g:pymode_python="python3"
let g:pymode_lint_checkers = ['pep8']
" Make quickfix screen smaller
let g:syntastic_loc_list_height=1

1
.zshrc
View file

@ -116,3 +116,4 @@ PYENV_ROOT="$HOME/.pyenv"
source /usr/local/bin/virtualenvwrapper.sh
# eval ssh-agent > /dev/null
export VIRTUALENV_PYTHON=/home/viktor/.pyenv/shims/python

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more