autoload zmv, rename 'xplr cd'

This commit is contained in:
daniel.mevec 2024-02-20 07:43:53 +01:00
parent 824ff70789
commit bd8fbf3390
2 changed files with 3 additions and 1 deletions

View file

@ -40,4 +40,4 @@ export EDITOR='hx'
export VISUAL='hx' export VISUAL='hx'
setxkbmap eu setxkbmap eu
alias xcd='cd "$(xplr --print-pwd-as-result)"' alias xd='cd "$(xplr --print-pwd-as-result)"'

View file

@ -106,6 +106,8 @@ alias checkupdates="aptitude search '~U'"
alias hx="helix" alias hx="helix"
{{ end }} {{ end }}
autoload zmv
if [ "$TERM" = "linux" ]; then if [ "$TERM" = "linux" ]; then
echo -en "\e]P01d2021" #black echo -en "\e]P01d2021" #black
echo -en "\e]P87c6f64" #darkgrey echo -en "\e]P87c6f64" #darkgrey