about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-30 13:19:16 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-30 13:19:16 +0700
commitee7dd8ccc9f62010a1079dde5043ef7da5ef98f3 (patch)
tree715d8697c71f2bda460a9bb9f3dd7c6ec87483f8
parent5d465233d88b3372c29ee148fe1e2676b7925b4d (diff)
downloaddotfiles-ee7dd8ccc9f62010a1079dde5043ef7da5ef98f3.tar.gz
Update 2018-10-30
-rw-r--r--debian-screenshot.pngbin310067 -> 694771 bytes
-rw-r--r--fedora/.bash_profile4
-rwxr-xr-xvim/.vim/vimrc2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian-screenshot.png b/debian-screenshot.png
index bf3f332..a0a0558 100644
--- a/debian-screenshot.png
+++ b/debian-screenshot.png
Binary files differdiff --git a/fedora/.bash_profile b/fedora/.bash_profile
index 882ae0e..6e8c62c 100644
--- a/fedora/.bash_profile
+++ b/fedora/.bash_profile
@@ -6,8 +6,6 @@ if [ -f ~/.bashrc ]; then
 fi
 
 # User specific environment and startup programs
-PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.local/share/go/bin
+PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.local/share/go/bin:$HOME/.cargo/bin
 export PATH
 export GOPATH=$HOME/.local/share/go
-
-export PATH="$HOME/.cargo/bin:$PATH"
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 8a1e299..57f511b 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -16,10 +16,12 @@ autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal
 autocmd FileType c,h,go setlocal cindent noexpandtab shiftwidth=8
 autocmd FileType rst setlocal shiftwidth=3
 autocmd FileType css,javascript,python setlocal shiftwidth=4
+autocmd FileType python,tex setlocal indentexpr=
 let g:jedi#popup_on_dot = 0
 let g:jedi#popup_select_first = 0
 let g:jedi#show_call_signatures = 2
 let g:jedi#smart_auto_mappings = 0
+command W w
 map Q gq
 
 call plug#begin('~/.vim/plugged')