Compare commits
2 Commits
b0a7f8f6cc
...
8f23f64137
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f23f64137 | |||
| 4d4ba449a2 |
2
.vimrc
2
.vimrc
@@ -376,7 +376,7 @@ set pastetoggle=<F1>
|
|||||||
"set mouse=a
|
"set mouse=a
|
||||||
|
|
||||||
" show relative line numbers
|
" show relative line numbers
|
||||||
set relativenumber
|
"set relativenumber
|
||||||
|
|
||||||
" run pathogen to manage your 'runtimepath' with ease. (https://github.com/tpope/vim-pathogen)
|
" run pathogen to manage your 'runtimepath' with ease. (https://github.com/tpope/vim-pathogen)
|
||||||
" In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories.
|
" In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories.
|
||||||
|
|||||||
4
.zshrc
4
.zshrc
@@ -83,6 +83,6 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell
|
|||||||
export PATH="/opt/homebrew/opt/sqlite/bin:$PATH"
|
export PATH="/opt/homebrew/opt/sqlite/bin:$PATH"
|
||||||
|
|
||||||
# tmux starten
|
# tmux starten
|
||||||
if [ "$TMUX" = "" ]; then exec tmux; fi
|
#if [ "$TMUX" = "" ]; then exec tmux; fi
|
||||||
clear && udot
|
#clear && udot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user