diff --git a/.bashrc b/.bashrc index 40669f1..fc9a3dd 100644 --- a/.bashrc +++ b/.bashrc @@ -7,8 +7,8 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' -alias etouch='touchpad enable' -alias dtouch='touchoad disable' alias vi='vim' -export PATH=$PATH:~/bin +HISTFILE=~/.bash_history/bash_history + +export PATH=$PATH:~/.dotfiles/bin diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..cf9499d --- /dev/null +++ b/.vimrc @@ -0,0 +1,13 @@ +syntax on +set tabstop=4 +set shiftwidth=4 +set softtabstop=4 +set autoindent +set smartindent +set termguicolors +set number +packadd termdebug +nnoremap cc :set colorcolumn=80 +nnoremap ncc :set colorcolumn-=80 + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ded509 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Just my little shitty dotfiles