Some cleanup, readd progress bar
This commit is contained in:
parent
bf91f8b8c5
commit
be547b2bf6
@ -1,4 +1,5 @@
|
||||
#zmodload zsh/zprof
|
||||
echo -ne '[ ]\r'
|
||||
for config (~/.zsh/*.zsh) source $config
|
||||
autoload -U compinit
|
||||
compinit
|
||||
@ -184,6 +185,7 @@ alias -g nify=" > /dev/null 2>&1 &"
|
||||
alias -g nifyd=" > /dev/null 2>&1 & disown"
|
||||
alias -g L="2>&1|less"
|
||||
alias -g G='|& ag'
|
||||
alias -g GA='|& ag --pager less'
|
||||
fixsh(){
|
||||
sed -i -e $1"d" ~/.ssh/known_hosts
|
||||
}
|
||||
@ -459,8 +461,10 @@ fi
|
||||
#alias aoeu='setxkbmap -layout us -option "'
|
||||
#alias asdf='setxkbmap -layout dvorak -option ""'
|
||||
#alias sudo='sudo -H'
|
||||
echo -ne '[# ]\r'
|
||||
source ~/.zsh-git/lpr/liquidprompt
|
||||
source ~/.zsh-git/omg/base.sh
|
||||
source ~/.zsh-git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source ~/.zsh-git/oh-my-git-themes/af-magic.zsh-theme
|
||||
echo -e '[##]'
|
||||
#zprof
|
||||
|
14
vim/vimrc
14
vim/vimrc
@ -151,7 +151,7 @@ let g:tex_flavor='latex'
|
||||
set expandtab
|
||||
set history=1000
|
||||
set hidden
|
||||
set cursorline
|
||||
"set cursorline
|
||||
set incsearch
|
||||
set showmatch
|
||||
set hlsearch
|
||||
@ -213,7 +213,7 @@ let g:formatter_php = ['formatdef_my_custom_php']
|
||||
" These flags don't work for some reason
|
||||
" -xn -xc -xl -S
|
||||
"Syntastic
|
||||
let g:syntastic_java_javac_classpath = "/home/stonewareslord/applications/java/junit-4.12.jar:/home/stonewareslord/applications/java/hamcrest-core-1.3.jar:/home/stonewareslord/git/school/service-garage/Project3/src:/home/stonewareslord/git/school/service-garage/Project3/test"
|
||||
let g:syntastic_java_javac_classpath = "/home/stonewareslord/applications/java/junit-4.12.jar:/home/stonewareslord/applications/java/hamcrest-core-1.3.jar:~/wpilib/java/current/lib/WPILib.jar:~/wpilib/java/current/lib/NetworkTables.jar:~/git/ford-java/src"
|
||||
"IndentGuides
|
||||
let g:indent_guides_start_level=1
|
||||
let g:indent_guides_guide_size=1
|
||||
@ -321,16 +321,6 @@ endif
|
||||
"GPG support | https://github.com/jamessan/vim-gnupg
|
||||
" }
|
||||
" Unused {
|
||||
"Plug 'https://github.com/xolox/vim-easytags'
|
||||
" "Vim tags | https://github.com/xolox/vim-easytags
|
||||
"Plug 'https://github.com/xolox/vim-misc'
|
||||
" "Misc (required for easytags) | https://github.com/xolox/vim-misc
|
||||
"Plug 'https://github.com/kien/rainbow_parentheses.vim'
|
||||
" "Colored parenthesis | https://github.com/kien/rainbow_parentheses.vim
|
||||
"Plug 'vim-scripts/SyntaxRange'
|
||||
"Range of syntaxes | https://github.com/vim-scripts/SyntaxRange
|
||||
"Plug 'Rykka/colorv.vim'
|
||||
" "Color selection in vim | https://github.com/Rykka/colorv.vim
|
||||
"Plug 'https://github.com/zenbro/mirror.vim'
|
||||
" "Edit files remotely | https://github.com/zenbro/mirror.vim
|
||||
" }
|
||||
|
Loading…
Reference in New Issue
Block a user