Bring pairty with windows dotfiles

This commit is contained in:
2024-09-18 13:28:19 -03:00
parent 7f43d29abc
commit 2cf7eef387
9 changed files with 115 additions and 21 deletions

View File

@@ -1,12 +1,11 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
# Set up terminal variables and scripts
[[ -f ~/.bash_setup.sh ]] && . ~/.bash_setup.sh
# Set aliases if aliases exist
[[ -f ~/.bash_alias.sh ]] && . ~/.bash_alias.sh
# Helpful tool: https://bash-prompt-generator.org
# On github: https://github.com/Scriptim/bash-prompt-generator