Add bash and hidden files
This commit is contained in:
parent
6edc1556fd
commit
7f43d29abc
10
dot_bash_profile
Normal file
10
dot_bash_profile
Normal 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
13
dot_bashrc
Normal 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
1
dot_hidden
Normal file
@ -0,0 +1 @@
|
|||||||
|
go
|
5
dot_profile
Normal file
5
dot_profile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
|
# Added by Toolbox App
|
||||||
|
export PATH="$PATH:/home/isaac/.local/share/JetBrains/Toolbox/scripts"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user