Adding new stuff
This commit is contained in:
parent
cb028acf05
commit
7b21428a6d
451 changed files with 6 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ alias mkdir="mkdir -pv"
|
||||||
alias update="sudo apt update"
|
alias update="sudo apt update"
|
||||||
alias upgrade="sudo apt upgrade"
|
alias upgrade="sudo apt upgrade"
|
||||||
alias install="sudo apt install"
|
alias install="sudo apt install"
|
||||||
|
alias remove="sudo apt remove"
|
||||||
|
|
||||||
# function secureme(){
|
# function secureme(){
|
||||||
# workon ansible;
|
# workon ansible;
|
||||||
|
|
@ -190,3 +191,4 @@ function netissue(){
|
||||||
|
|
||||||
#alias tldr="rm -r /home/viktor/.tldr_cache/ &> /dev/null; tldr"
|
#alias tldr="rm -r /home/viktor/.tldr_cache/ &> /dev/null; tldr"
|
||||||
alias sl=ls
|
alias sl=ls
|
||||||
|
alias vimrc="vim ~/.vimrc"
|
||||||
|
|
|
||||||
4
.vimrc
4
.vimrc
|
|
@ -251,12 +251,14 @@ syntax on
|
||||||
" Ignore flake8 E501 for lines longer than 80 characters
|
" Ignore flake8 E501 for lines longer than 80 characters
|
||||||
" E128 - visual continuation
|
" E128 - visual continuation
|
||||||
" W391 - blank line at end of file
|
" 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:syntastic_python_flake8_show_quickfix=0
|
||||||
let g:pymode_lint_ignore="E501,W601,W391,W0401"
|
let g:pymode_lint_ignore="E501,W601,W391,W0401"
|
||||||
let g:pymode_rope_lookup_project = 0
|
let g:pymode_rope_lookup_project = 0
|
||||||
let g:pymode_lint_cwindow = 0
|
let g:pymode_lint_cwindow = 0
|
||||||
let g:pymode_rope = 0
|
let g:pymode_rope = 0
|
||||||
|
let g:pymode_python="python3"
|
||||||
|
let g:pymode_lint_checkers = ['pep8']
|
||||||
|
|
||||||
" Make quickfix screen smaller
|
" Make quickfix screen smaller
|
||||||
let g:syntastic_loc_list_height=1
|
let g:syntastic_loc_list_height=1
|
||||||
|
|
|
||||||
1
.zshrc
1
.zshrc
|
|
@ -116,3 +116,4 @@ PYENV_ROOT="$HOME/.pyenv"
|
||||||
|
|
||||||
source /usr/local/bin/virtualenvwrapper.sh
|
source /usr/local/bin/virtualenvwrapper.sh
|
||||||
# eval ssh-agent > /dev/null
|
# eval ssh-agent > /dev/null
|
||||||
|
export VIRTUALENV_PYTHON=/home/viktor/.pyenv/shims/python
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue