diff options
| -rwxr-xr-x | .shenanigans.sh | 1 | ||||
| -rw-r--r-- | .vimrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh index ad2ff51..86f26dd 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -29,6 +29,7 @@ alias less='less -R' | |||
| 29 | alias tmux='tmux -u' | 29 | alias tmux='tmux -u' |
| 30 | alias vi='vim' | 30 | alias vi='vim' |
| 31 | alias server='python3 -m http.server 6969' | 31 | alias server='python3 -m http.server 6969' |
| 32 | alias gg='lazygit' | ||
| 32 | 33 | ||
| 33 | # Custom folder jump commands. | 34 | # Custom folder jump commands. |
| 34 | alias p='cd ~/Vault/projects' | 35 | alias p='cd ~/Vault/projects' |
| @@ -8,7 +8,7 @@ call plug#begin() | |||
| 8 | call plug#end() | 8 | call plug#end() |
| 9 | 9 | ||
| 10 | colorscheme sherbet | 10 | colorscheme sherbet |
| 11 | set number relativenumber autoindent signcolumn=yes cursorline | 11 | set number relativenumber autoindent signcolumn=yes cursorline ignorecase |
| 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 13 | set encoding=utf8 spelllang=en_us | 13 | set encoding=utf8 spelllang=en_us |
| 14 | set backspace=2 scrolloff=4 | 14 | set backspace=2 scrolloff=4 |
