Skip to content

Instantly share code, notes, and snippets.

@0verflowme
Last active September 8, 2021 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0verflowme/c655696c21a9e0ea253fc1349681fca6 to your computer and use it in GitHub Desktop.
Save 0verflowme/c655696c21a9e0ea253fc1349681fca6 to your computer and use it in GitHub Desktop.
export ZSH="/home/overflow/.oh-my-zsh"
export EDITOR='vim'
export PATH="/home/overflow/.cargo/bin":$PATH
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
export LC_ALL=en_IN.UTF-8
export LANG=en_IN.UTF-8
ZSH_THEME="nicoulaj"
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git colorize)
source $ZSH/oh-my-zsh.sh
alias pacupd="sudo pacman -Sy --color=auto"
alias pacupg="sudo pacman -Syu --color=auto"
alias pacfupd="sudo pacman -Syyu --color=auto"
alias pacsearch="pacman -Ss --color=auto"
alias pacin="sudo pacman -S --color=auto"
alias yayin="yay -S --color=auto"
alias yaysearch="yay -Ss --color=auto"
alias yayupd="yay -Syu --color=auto"
alias yayrem="yay -R --color=auto"
alias pacrem="sudo pacman -R --color=auto"
alias docker="sudo docker"
alias ls="lsd"
alias cat="bat"
alias vi="vim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment