NO BEEP
This commit is contained in:
parent
ceda3aa738
commit
05f5a5326e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
autoload -U colors && colors
|
||||
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
|
||||
|
||||
unsetopt BEEP
|
||||
|
||||
# Load aliases and shortcuts if existent.
|
||||
[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc"
|
||||
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue