diff options
-rw-r--r-- | bashrc | 2 | ||||
-rw-r--r-- | gitconfig | 2 | ||||
-rw-r--r-- | vimrc | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -20,7 +20,7 @@ alias gdb='gdb -q' alias cgdb='cgdb -q' alias octave='octave-cli -q' alias ssh='TERM="xterm-256color" ssh' -alias pacaur='pacaur -a' +alias make='make -j8' export LESS=-R export LESS_TERMCAP_mb=$'\E[1;31m' @@ -7,7 +7,7 @@ [core] editor = vim [commit] - gpgsign = true + gpgsign = true [merge] tool = vimdiff [pull] @@ -50,6 +50,7 @@ set directory=$HOME/.cache/vim// map <F2> :call InitBase()<cr> map <F10> :setlocal spell! spelllang=en_us<cr> +map <F11> :setlocal spell! spelllang=cs<cr> function InitBash() call InitBase() |