aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2016-08-29 17:12:40 +0200
committerKarel Kočí <karel.koci@nic.cz>2016-08-29 17:12:40 +0200
commit9b9eef9cccf11ab0f0c13fc5d2f53786d2fd1e23 (patch)
tree4ee9c98bcecfcb4c46d96d8d279c3e9c666d6928
parent022297bc12831cd58874d11bb2f52024f9981a33 (diff)
downloadmyconfigs-9b9eef9cccf11ab0f0c13fc5d2f53786d2fd1e23.tar.gz
myconfigs-9b9eef9cccf11ab0f0c13fc5d2f53786d2fd1e23.tar.bz2
myconfigs-9b9eef9cccf11ab0f0c13fc5d2f53786d2fd1e23.zip
Small updates
-rw-r--r--bashrc2
-rw-r--r--gitconfig2
-rw-r--r--vimrc1
3 files changed, 3 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index bb02633..0c31de0 100644
--- a/bashrc
+++ b/bashrc
@@ -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'
diff --git a/gitconfig b/gitconfig
index 5bd3fbc..2836cb8 100644
--- a/gitconfig
+++ b/gitconfig
@@ -7,7 +7,7 @@
[core]
editor = vim
[commit]
- gpgsign = true
+ gpgsign = true
[merge]
tool = vimdiff
[pull]
diff --git a/vimrc b/vimrc
index 6ec86d5..74a0659 100644
--- a/vimrc
+++ b/vimrc
@@ -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()