Changes from work

This commit is contained in:
iankeane 2021-11-06 14:28:39 -04:00
parent 75c6271f5d
commit cfd12d404e
9 changed files with 312 additions and 2 deletions

View file

@ -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