Add polybar configuration

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2017-06-15 21:21:24 +02:00
parent a1117b541d
commit 6744982639
7 changed files with 180 additions and 40 deletions

View file

@ -5,5 +5,5 @@
alias cls="clear"
# Some aliases for ls
alias ls="ls -l --color=auto"
alias ll="ls -al"
alias ls="ls -Fhl --color=auto"
alias ll="ls -aFhl --color=auto"