mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 13:25:38 +00:00
fixes after reinstalling shell tools
This commit is contained in:
parent
f44cf8284d
commit
e142382c44
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ nvim.configlink/autoload/**
|
|||||||
fish.configlink/config.fish.bac
|
fish.configlink/config.fish.bac
|
||||||
fish_variables
|
fish_variables
|
||||||
homebrew/*.lock.json
|
homebrew/*.lock.json
|
||||||
|
*.bak
|
||||||
|
@ -18,6 +18,7 @@ function abbrs --description 'All abbreviations'
|
|||||||
abbr -a tnn 'tmux new-session -s noah'
|
abbr -a tnn 'tmux new-session -s noah'
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
|
abbr -a g 'git'
|
||||||
abbr -a gs 'git status'
|
abbr -a gs 'git status'
|
||||||
abbr -a gd 'git diff'
|
abbr -a gd 'git diff'
|
||||||
abbr -a gds 'git diff --staged'
|
abbr -a gds 'git diff --staged'
|
||||||
|
@ -9,7 +9,9 @@ format = """\
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
symbol = "❯"
|
success_symbol = "[❯](bold green)"
|
||||||
|
error_symbol = "[❯](bold red)"
|
||||||
|
vicmd_symbol = "[❮](bold green)"
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
min_time = 3_000
|
min_time = 3_000
|
||||||
|
Loading…
Reference in New Issue
Block a user