This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Zshrc Main Command | |
alias editAlias="vim ~/.zshrc_alias" | |
alias editZshr="vim ~/.zshrc" | |
alias reloadZsh=". ~/.zshrc" | |
alias ll="ls -lahG" | |
alias myip="arp -a" | |
alias editVimrc='vim ~/.vimrc' | |
alias editRepoMain="sudo vim /etc/apt/sources.list" | |
alias osVersion="lsb_release -a" | |
alias openWebFolder="cd /media/usbhdd/piHD/web" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"----------General-Configure----------" | |
set encoding=utf-8 | |
set nocompatible "We want the latest Vim Settings/options | |
syntax enable "Enable Syntax | |
set backspace=indent,eol,start "Make backspace behave like every other editor | |
let mapleader="," "The default leader is \,but I prefer comma | |
set number "Let's Active the line number | |
set visualbell t_vb= "Make Macvim Silent | |
set ic "Make search case insensitive | |
"set spell "Enable spell checking in vim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DON'T REMOVE IT ! Its Atom settings "LetsBeginAtom" | |
😇 |