diff options
| 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) | |
| tree | b9e46aebaa5c9da28b5ec639fdc5197a46df630b | |
| parent | ca989f891d433c4c010bb2123e215fe0a3db3a6a (diff) | |
| download | dotfiles-c96acc4569776c8716b462465b35713d5ab47dcb.tar.gz | |
Cleanup
| -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 index 6bd81cf..255812a 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -34,7 +34,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 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' |
| @@ -5,7 +5,6 @@ call plug#begin() | |||
| 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 |
