aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-01-24 12:24:00 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-01-24 12:24:00 +0100
commit0476a64662e483937d633f7aa2a82bde3cd69b5b (patch)
treec305e74d151aac2eb2472065143197b81b662a65
parent11327c3ee0f61bd2e0a1d8f164917f071903e9b1 (diff)
downloaddotfiles-0476a64662e483937d633f7aa2a82bde3cd69b5b.tar.gz
Update
-rwxr-xr-x.shenanigans.sh1
-rw-r--r--.vimrc2
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'
29alias tmux='tmux -u' 29alias tmux='tmux -u'
30alias vi='vim' 30alias vi='vim'
31alias server='python3 -m http.server 6969' 31alias server='python3 -m http.server 6969'
32alias gg='lazygit'
32 33
33# Custom folder jump commands. 34# Custom folder jump commands.
34alias p='cd ~/Vault/projects' 35alias p='cd ~/Vault/projects'
diff --git a/.vimrc b/.vimrc
index 5c901d1..56ef2fb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -8,7 +8,7 @@ call plug#begin()
8call plug#end() 8call plug#end()
9 9
10colorscheme sherbet 10colorscheme sherbet
11set number relativenumber autoindent signcolumn=yes cursorline 11set number relativenumber autoindent signcolumn=yes cursorline ignorecase
12set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 12set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
13set encoding=utf8 spelllang=en_us 13set encoding=utf8 spelllang=en_us
14set backspace=2 scrolloff=4 14set backspace=2 scrolloff=4