Skip to content

Instantly share code, notes, and snippets.

@b1-88er
Created October 15, 2025 14:33
Show Gist options
  • Select an option

  • Save b1-88er/de411467ef4e49b1b2cab164c097ab0b to your computer and use it in GitHub Desktop.

Select an option

Save b1-88er/de411467ef4e49b1b2cab164c097ab0b to your computer and use it in GitHub Desktop.
# export PROMPT='%{$fg_bold[white]%}%M %{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
export ZSH_THEME=agkozak
export AGKOZAK_PROMPT_DIRTRIM=0
export ZSH="$HOME/.oh-my-zsh"
export GPG_TTY=$(tty)
plugins=(git zsh-autosuggestions zsh-fzf-history-search)
source $ZSH/oh-my-zsh.sh
alias gr='git grep --color'
alias ls='ls -ltraG'
alias gs='git status'
alias grhm='git fetch origin; git reset --hard origin/master'
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment