polybar added for arch install

This commit is contained in:
2022-07-01 11:50:33 +05:30
parent 72eaa478be
commit a922f9e4a8
13 changed files with 276 additions and 24 deletions

View File

@@ -9,8 +9,12 @@ alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
PS1="[\[\e[01;32m\]\u@\h \[\e[00;33m\]\W\[\e[00m\]]\$ "
# PS1="[\[\e[01;32m\]\u@\h \[\e[00;33m\]\W\[\e[00m\]]\$ "
PS1="[\[\e[00;33m\]\w\[\e[00m\]]\$ "
# default
# PS1='[\u@\h \W]\$ '