Mon Dec 18 09:27:13 PM +04 2023 +'%Y-%m-%d %H:%M:%S'

This commit is contained in:
2023-12-18 21:27:13 +04:00
commit 84bcd9fb9e
26 changed files with 1086 additions and 0 deletions

19
.bashrc Normal file
View 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"