diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-01-24 12:24:00 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-01-24 12:24:00 +0100 |
| commit | 0476a64662e483937d633f7aa2a82bde3cd69b5b (patch) | |
| tree | c305e74d151aac2eb2472065143197b81b662a65 | |
| parent | 11327c3ee0f61bd2e0a1d8f164917f071903e9b1 (diff) | |
| download | dotfiles-0476a64662e483937d633f7aa2a82bde3cd69b5b.tar.gz | |
Update
| -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 |
