Update aliases

This commit is contained in:
Santiago Lo Coco 2025-01-05 19:50:59 +01:00
parent 2b8d25c422
commit 3cb76879d5
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
1 changed files with 2 additions and 3 deletions

View File

@ -50,7 +50,7 @@ alias exift='exiftool'
alias upgraded='grep -i upgraded /var/log/pacman.log | tac | less' alias upgraded='grep -i upgraded /var/log/pacman.log | tac | less'
alias installed='grep -i installed /var/log/pacman.log | tac | less' alias installed='grep -i installed /var/log/pacman.log | tac | less'
alias mirrors='reflector --country Brazil,Chile,Colombia --protocol https --sort rate --save /etc/pacman.d/mirrorlist' alias mirrors='reflector --country Austria --protocol https --sort rate --save /etc/pacman.d/mirrorlist'
alias open='xdg-open $(fzf)' alias open='xdg-open $(fzf)'
alias o='xdg-open' alias o='xdg-open'
@ -61,7 +61,7 @@ alias trash-dir='cd $HOME/.local/share/Trash'
#alias fd='cd "$(dirname "$(fzf)")"' #alias fd='cd "$(dirname "$(fzf)")"'
alias val='valgrind --leak-check=full ./listdir prueba/ > valgrind.output 2>&1' alias val='valgrind --leak-check=full > valgrind.output 2>&1'
alias copy='xclip -selection clipboard' alias copy='xclip -selection clipboard'
@ -94,4 +94,3 @@ function fcd() {
cd "$target" || return 1 cd "$target" || return 1
} }