Update aliases
This commit is contained in:
parent
2b8d25c422
commit
3cb76879d5
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue