Update
| 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) |
|
-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 | |||
| ... | |||
| 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' |
| ... | |||
| diff --git a/.vimrc b/.vimrc | |||
| ... | |||
| 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 |
| ... | |||