Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jmreicha/configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmreicha committed Oct 31, 2023
2 parents 9f6c870 + f0c63cd commit 9b29dfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/starship/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# prompt character

# Commands may be slower in restricted environments, e.g. containers
command_timeout = 1000
command_timeout = 10000

format = """
$sudo$username$hostname$directory$git_branch$git_commit$git_state$git_status\
Expand Down Expand Up @@ -101,7 +101,7 @@ disabled = false
style = "blue"
format = '([ ](#767676)[$symbol$context (\[$namespace\])]($style) )'
detect_extensions = []
detect_files = ['Dockerfile', 'docker-compose.yaml']
detect_files = ['Dockerfile', 'docker-compose.yaml', 'Chart.yaml']
detect_folders = ['*helm*']

[golang]
Expand Down
4 changes: 3 additions & 1 deletion nix/darwin-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@

# Custom
taps = [
"alexnabokikh/tfsort" #tfsort
"alexnabokikh/tfsort"
"common-fate/granted"
"jorgelbg/tap" #pinentry-touchid
"iann0036/iamlive/iamlive"
];
};

Expand Down

0 comments on commit 9b29dfc

Please sign in to comment.