Initial commit: Python dotfiles system
This commit is contained in:
23
templates/shell/bashrc
Normal file
23
templates/shell/bashrc
Normal file
@@ -0,0 +1,23 @@
|
||||
OS=$(cat /etc/os-release | grep '^ID=' | cut -d "=" -f2)
|
||||
|
||||
|
||||
. /etc/skel/.bashrc
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias codium="codium --ozone-platform-hint=wayland"
|
||||
|
||||
export PATH=~/.cargo/bin:~/.bin:/home/cseyfferth/.local/bin:$PATH
|
||||
# PS1='[\u@\h \W]\$ '
|
||||
|
||||
export BW_SESSION="+GCKSMq51RO3R/+zNblGqegfqZnA+FnywqaNEuiakQafhtah/4jlenScb387utdOQoyhx+5AorSUOFV149zqnA=="
|
||||
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh
|
||||
|
||||
export PATH=~/node_modules/.bin:$PATH
|
||||
export PATH=~/.bin/:$PATH
|
||||
|
||||
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path bash)"
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
Reference in New Issue
Block a user