Skip to content

Instantly share code, notes, and snippets.

@denisrondalev
Last active February 6, 2022 14:20
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 denisrondalev/2a6cbb2aa8d4187eeb46bcb3cb018ec8 to your computer and use it in GitHub Desktop.
Save denisrondalev/2a6cbb2aa8d4187eeb46bcb3cb018ec8 to your computer and use it in GitHub Desktop.
zsh-config
export ZSH=$HOME/.oh-my-zsh
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
ZSH_THEME="risto"
zstyle ':omz:update' mode auto
zstyle ':omz:update' frequency 60
plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
alias n="nano"
alias upd="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo apt autoclean -y && sudo apt clean -y"
alias l="ls -lap --group-directories-first"
alias c="clear"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment