Changes from work
This commit is contained in:
parent
75c6271f5d
commit
cfd12d404e
9 changed files with 312 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
autoload -U colors && colors
|
||||
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
|
||||
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}ian%{$fg[green]%}@%{$fg[blue]%}macbook%{$fg[red]%}]%{$reset_color%}$%b "
|
||||
|
||||
unsetopt BEEP
|
||||
|
||||
|
|
@ -85,4 +85,10 @@ man() {
|
|||
|
||||
stty -ixon # remove ctrl-s terminal freeze
|
||||
|
||||
# AWS autocomplete
|
||||
#
|
||||
autoload bashcompinit && bashcompinit
|
||||
autoload -Uz compinit && compinit
|
||||
compinit
|
||||
|
||||
complete -C '/usr/local/bin/aws_completer' aws
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue