mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
xdg spec migration finished
This commit is contained in:
3
.local/state/bash/.bash_logout
Normal file
3
.local/state/bash/.bash_logout
Normal file
@@ -0,0 +1,3 @@
|
||||
#
|
||||
# ~/.bash_logout
|
||||
#
|
||||
7
.local/state/bash/.bash_profile
Normal file
7
.local/state/bash/.bash_profile
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
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