X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.bashrc;h=d7f9406bc330a0ffd8040e824dea416baac65c91;hp=4c46ea5a16aa2f61b238eaad8a28646837cfe661;hb=ec583da1398da2909aff2d72a5dae36fcffe3a3d;hpb=737c98234694e4a11c20e9fcb29e0ba3259001b5 diff --git a/.bashrc b/.bashrc index 4c46ea5a..d7f9406b 100644 --- a/.bashrc +++ b/.bashrc @@ -100,7 +100,7 @@ alias ccat='highlight --out-format=ansi' shopt -s autocd # wifi available alias wifi='nmcli d wifi'; -edit () { du -a "$1" | awk '{print $2}' | fzf | xargs -r "$VISUAL" ;} +edit () { du -a -L "$1" | awk '{print $2}' | fzf | xargs -r "$VISUAL" ;} # personalized ps1 ################################################################################# # .bashrc (or .bash_profile) @@ -126,8 +126,6 @@ alias autowal='wal --iterative -i /usr/share/backgrounds/ > /dev/null' #figlet de mi nombre whoami | figlet Josuer08 | lolcat -F 0.25; #whoami | figlet Josuer08 | lolcat; -# agragando el comando gitdotfiles para manejar los dotfiles -alias gitdotfiles='/usr/bin/git --git-dir=$HOME/Documents/dotfiles/ --work-tree=$HOME'; function cdls() { DIR="$*";