Created
October 15, 2025 14:33
-
-
Save b1-88er/de411467ef4e49b1b2cab164c097ab0b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # 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