aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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