Improve configs
fixes, replace exa with eza, update home-manager version
This commit is contained in:
parent
de0663730c
commit
ccb5e6660e
13 changed files with 80 additions and 89 deletions
.config
|
@ -30,7 +30,7 @@ alias du='du -h'
|
|||
|
||||
alias free='free -h'
|
||||
|
||||
alias git-apply-clip='clip -out | base64 -d | git apply -'
|
||||
alias git-apply-clip='wl-paste | base64 -d | git apply -'
|
||||
alias grep='grep --color=auto'
|
||||
alias grep-highlight='grep -e "^" -e'
|
||||
|
||||
|
@ -76,7 +76,7 @@ alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
|
|||
|
||||
[ -x "$(command -v bat)" ] && alias cat='bat -pp'
|
||||
|
||||
[ -x "$(command -v exa)" ] && alias ls='exa -lhF --git --icons --color=always --color-scale --time-style=long-iso --group-directories-first'
|
||||
[ -x "$(command -v eza)" ] && alias ls='eza -lhF --git --icons --color=always --color-scale --time-style=long-iso --group-directories-first'
|
||||
|
||||
[ -x "$(command -v moar)" ] && alias less='moar'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue