Cleanup
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-12-31 09:09:41 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-12-31 09:09:41 +0100 |
| Commit | c96acc4569776c8716b462465b35713d5ab47dcb (patch) |
|
-rwxr-xr-x |
.shenanigans.sh | 2 | |
-rw-r--r-- |
.vimrc | 1 |
2 files changed, 1 insertions, 2 deletions
| diff --git a/.shenanigans.sh b/.shenanigans.sh | |||
| ... | |||
| 34 | alias tmux='tmux -u' |
34 | alias tmux='tmux -u' |
| 35 | alias gg='lazygit' |
35 | alias gg='lazygit' |
| 36 | alias server='python3 -m http.server 6969' |
36 | alias server='python3 -m http.server 6969' |
| 37 | alias newsboat='newsboat -r -u ~/.feeds.txt' |
37 | alias newsboat='newsboat -r -u ~/.feeds.txt --cleanup' |
| 38 | 38 | ||
| 39 | # Custom folder jump commands. |
39 | # Custom folder jump commands. |
| 40 | alias j='cd ~/Junk' |
40 | alias j='cd ~/Junk' |
| ... | |||
| diff --git a/.vimrc b/.vimrc | |||
| ... | |||
| 5 | Plug 'tpope/vim-commentary' |
5 | Plug 'tpope/vim-commentary' |
| 6 | Plug 'mitjafelicijan/sniper.vim' |
6 | Plug 'mitjafelicijan/sniper.vim' |
| 7 | Plug 'ctrlpvim/ctrlp.vim' |
7 | Plug 'ctrlpvim/ctrlp.vim' |
| 8 | Plug 'tvaintrob/bicep.vim' |
||
| 9 | call plug#end() |
8 | call plug#end() |
| 10 | 9 | ||
| 11 | set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 |
10 | set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 |
| ... | |||