Add bash and hidden files

This commit is contained in:
Isaac Shoebottom 2024-09-18 13:03:01 -03:00
parent 6edc1556fd
commit 7f43d29abc
4 changed files with 29 additions and 0 deletions

10
dot_bash_profile Normal file
View File

@ -0,0 +1,10 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Added by Toolbox App
export PATH="$PATH:/home/isaac/.local/share/JetBrains/Toolbox/scripts"

13
dot_bashrc Normal file
View File

@ -0,0 +1,13 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
# Helpful tool: https://bash-prompt-generator.org
# On github: https://github.com/Scriptim/bash-prompt-generator
PS1='[\u@\h \w]\$ '

1
dot_hidden Normal file
View File

@ -0,0 +1 @@
go

5
dot_profile Normal file
View File

@ -0,0 +1,5 @@
# Added by Toolbox App
export PATH="$PATH:/home/isaac/.local/share/JetBrains/Toolbox/scripts"