diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-28 10:04:55 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-28 10:04:55 +0100 |
| commit | 169e3ae74004f07df4e3ee9ad4aa7de2e7d04304 (patch) | |
| tree | e1b79b7dedab9bbbd98b2d39c6c2a381e52af523 | |
| parent | 320b167d87383afbbd5fe32a298d26b912900fc4 (diff) | |
| download | dotfiles-169e3ae74004f07df4e3ee9ad4aa7de2e7d04304.tar.gz | |
Update
| -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 17e6bba..c206d90 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -38,7 +38,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 38 | alias vi='vim' | 38 | alias vi='vim' |
| 39 | alias server='python3 -m http.server 6969' | 39 | alias server='python3 -m http.server 6969' |
| 40 | alias gg='lazygit' | 40 | alias gg='lazygit' |
| 41 | alias newsbarge='newsbarge -feed-file=/home/m/.feeds.txt -out-dir=/home/m/Downloads -days-span=14' | 41 | alias newsbarge='newsbarge -feed-file=/home/m/.feeds.txt -out-dir=/home/m/Downloads -days-span=7' |
| 42 | 42 | ||
| 43 | # Custom folder jump commands. | 43 | # Custom folder jump commands. |
| 44 | alias p='cd ~/Vault/projects' | 44 | alias p='cd ~/Vault/projects' |
| @@ -5,7 +5,6 @@ call plug#begin() | |||
| 5 | Plug 'ctrlpvim/ctrlp.vim' | 5 | Plug 'ctrlpvim/ctrlp.vim' |
| 6 | Plug 'dense-analysis/ale' | 6 | Plug 'dense-analysis/ale' |
| 7 | Plug 'mitjafelicijan/sherbet' | 7 | Plug 'mitjafelicijan/sherbet' |
| 8 | Plug 'mzlogin/vim-markdown-toc' | ||
| 9 | call plug#end() | 8 | call plug#end() |
| 10 | 9 | ||
| 11 | colorscheme sherbet | 10 | colorscheme sherbet |
