Personal Settings Posted on 2021-01-25 Edited on 2021-11-15 In TCS Personal Settings. Such as zshrc/vimrc. ### zshrc 123456789alias c="clear"alias up="sudo pacman -Syu"alias ins="sudo pacman -S"alias uins="sudo pacman -R"alias re=rebootalias po=poweroff vimrc 12345678910111213141516171819202122232425262728set numbersyntax onset cursorlineset nocompatibleset showmodeset showcmdfiletype onfiletype indent onfiletype plugin onset autoindent smartindentset tabstop=4set expandtabset shiftwidth=4set laststatus=2set rulerset showmatchset noerrorbells