mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
xdg spec migration finished
This commit is contained in:
13
.local/state/bash/.bashrc
Normal file
13
.local/state/bash/.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'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
Reference in New Issue
Block a user