begin using rofi

This commit is contained in:
eneller
2023-03-31 18:09:16 +02:00
parent cff2543c50
commit e5e291ad6a
6 changed files with 489 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
alias ls='exa' # make output more readable and show directories first
alias ll='ls -l'
alias la='ls --all'
alias less='less --use-color'
alias grep='rg' # colorize grep output, set GREP_COLORS
alias cp="cp -i" # Confirm before overwriting something
alias df='df -h' # Human-readable sizes