fixes after reinstalling shell tools

This commit is contained in:
Noah Masur 2021-05-03 15:51:06 -04:00
parent f44cf8284d
commit e142382c44
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ nvim.configlink/autoload/**
fish.configlink/config.fish.bac
fish_variables
homebrew/*.lock.json
*.bak

View File

@ -18,6 +18,7 @@ function abbrs --description 'All abbreviations'
abbr -a tnn 'tmux new-session -s noah'
# Git
abbr -a g 'git'
abbr -a gs 'git status'
abbr -a gd 'git diff'
abbr -a gds 'git diff --staged'

View File

@ -9,7 +9,9 @@ format = """\
"""
[character]
symbol = ""
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"
vicmd_symbol = "[](bold green)"
[cmd_duration]
min_time = 3_000