Skip to content

Commit

Permalink
split bash and ohmyposh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Mar 11, 2024
1 parent aebff4f commit 73d3286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bashrc.d/bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# .bashrc

eval "$(oh-my-posh init bash --config ~/.theme.omp.json)"

alias g='grep -arn --exclude-dir=.terraform*'
alias ls='ls --color=always'
alias vi='vim'
Expand Down
3 changes: 3 additions & 0 deletions bashrc.d/ohmyposh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# .bashrc

eval "$(oh-my-posh init bash --config ~/.theme.omp.json)"

0 comments on commit 73d3286

Please sign in to comment.