Changed how my scripts are referenced in .bashrc and added .vimrc

This commit is contained in:
ObeseTermite 2024-07-11 08:40:42 -07:00
parent fb05eb5c39
commit 21b3f429bf
3 changed files with 17 additions and 3 deletions

View file

@ -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

13
.vimrc Normal file
View file

@ -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 <Leader>cc :set colorcolumn=80<cr>
nnoremap <Leader>ncc :set colorcolumn-=80<cr>

1
README.md Normal file
View file

@ -0,0 +1 @@
Just my little shitty dotfiles