Skip to content

Commit

Permalink
add vimrc changes that include dynamically changing colorscheme only …
Browse files Browse the repository at this point in the history
…for ts/tsx files
  • Loading branch information
conor-naranjo committed Oct 19, 2022
1 parent c582b7f commit 883ade4
Show file tree
Hide file tree
Showing 3 changed files with 2,419 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export PATH=$PATH:$GOROOT/bin:$GOPATH/bin:$NPM_GLOBAL:$GEM_HOME/bin:$HOME/bin

shopt -s extglob

if [ -x $(command -v cowsay) -a -x command $(command -v fortune) ]; then
if [ -x $(command -v cowsay) -a -x $(command -v fortune) ]; then
fortune | cowsay
fi

Expand Down
Loading

0 comments on commit 883ade4

Please sign in to comment.