Skip to content

Commit 16237f5

Browse files
committed
🔹 small tweaks
1 parent 9df9406 commit 16237f5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

git/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ fabric.properties
134134
# Android studio 3.1+ serialized cache file
135135
.idea/caches/build_file_checksums.ser
136136

137+
# Nuclear Option
138+
.idea/
139+
137140
#################################################################################
138141
# https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
139142
#################################################################################
@@ -308,3 +311,6 @@ dmypy.json
308311

309312
# Cython debug symbols
310313
cython_debug/
314+
315+
# MLflow
316+
mlruns/

macos/Brewfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ brew "nvm"
3939
brew "openjdk"
4040
brew "pipx"
4141
brew "ripgrep"
42+
brew "rich-cli"
4243
brew "sops"
4344
brew "starship"
4445
brew "terraform-docs"

shell/.shell_vars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
export EDITOR="nano"
66
export AWS_PAGER=""
77
export SHOW_AWS_PROMPT="false"
8+
export PROMPT_EOL_MARK=""

0 commit comments

Comments
 (0)