Skip to content

Commit

Permalink
[Lazy] Update oh-my-bash template
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Dec 4, 2023
1 parent 45f3d04 commit c6738ff
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
10 changes: 9 additions & 1 deletion lazy.ansible/.manala/etc/profile.d/oh-my-bash.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ COMPLETION_WAITING_DOTS="true"
# much, much faster.
DISABLE_UNTRACKED_FILES_DIRTY="true"

# Uncomment the following line if you don't want the repository to be considered dirty
# if there are untracked files.
# SCM_GIT_DISABLE_UNTRACKED_DIRTY="true"

# Uncomment the following line if you want to completely ignore the presence
# of untracked files in the repository.
# SCM_GIT_IGNORE_UNTRACKED="true"

# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output. One of the following values can
# be used to specify the timestamp format.
Expand Down Expand Up @@ -97,7 +105,7 @@ plugins=(

# Which plugins would you like to conditionally load? (plugins can be found in ~/.oh-my-bash/plugins/*)
# Custom plugins may be added to ~/.oh-my-bash/custom/plugins/
# Example format:
# Example format:
# if [ "$DISPLAY" ] || [ "$SSH" ]; then
# plugins+=(tmux-autoattach)
# fi
Expand Down
10 changes: 9 additions & 1 deletion lazy.kubernetes/.manala/etc/profile.d/oh-my-bash.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ COMPLETION_WAITING_DOTS="true"
# much, much faster.
DISABLE_UNTRACKED_FILES_DIRTY="true"

# Uncomment the following line if you don't want the repository to be considered dirty
# if there are untracked files.
# SCM_GIT_DISABLE_UNTRACKED_DIRTY="true"

# Uncomment the following line if you want to completely ignore the presence
# of untracked files in the repository.
# SCM_GIT_IGNORE_UNTRACKED="true"

# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output. One of the following values can
# be used to specify the timestamp format.
Expand Down Expand Up @@ -95,7 +103,7 @@ plugins=(

# Which plugins would you like to conditionally load? (plugins can be found in ~/.oh-my-bash/plugins/*)
# Custom plugins may be added to ~/.oh-my-bash/custom/plugins/
# Example format:
# Example format:
# if [ "$DISPLAY" ] || [ "$SSH" ]; then
# plugins+=(tmux-autoattach)
# fi
Expand Down
10 changes: 9 additions & 1 deletion lazy.symfony/.manala/etc/profile.d/oh-my-bash.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ COMPLETION_WAITING_DOTS="true"
# much, much faster.
DISABLE_UNTRACKED_FILES_DIRTY="true"

# Uncomment the following line if you don't want the repository to be considered dirty
# if there are untracked files.
# SCM_GIT_DISABLE_UNTRACKED_DIRTY="true"

# Uncomment the following line if you want to completely ignore the presence
# of untracked files in the repository.
# SCM_GIT_IGNORE_UNTRACKED="true"

# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output. One of the following values can
# be used to specify the timestamp format.
Expand Down Expand Up @@ -106,7 +114,7 @@ plugins=(

# Which plugins would you like to conditionally load? (plugins can be found in ~/.oh-my-bash/plugins/*)
# Custom plugins may be added to ~/.oh-my-bash/custom/plugins/
# Example format:
# Example format:
# if [ "$DISPLAY" ] || [ "$SSH" ]; then
# plugins+=(tmux-autoattach)
# fi
Expand Down

0 comments on commit c6738ff

Please sign in to comment.