mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
Mon Dec 18 09:27:13 PM +04 2023 +'%Y-%m-%d %H:%M:%S'
This commit is contained in:
19
.bashrc
Normal file
19
.bashrc
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# ~/.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]\$ '
|
||||
|
||||
(cat ~/.cache/wal/sequences &)
|
||||
|
||||
|
||||
. "${HOME}/.cache/wal/colors.sh"
|
||||
alias dmenu_wal='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"'
|
||||
|
||||
#export SUDO_ASKPASS=".scripts/dpass.sh"
|
||||
#alias sudo="sudo -A"
|
||||
Reference in New Issue
Block a user