Parcourir la source

Fix __my_ps1_memo impl

pull/15/head
10sr il y a 8 ans
Parent
révision
7e451394ce
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      shrc

+ 1
- 1
shrc Voir le fichier

@@ -1099,7 +1099,7 @@ __my_ps1_bttry(){
}

__my_ps1_memo(){
test -f memo.txt && echo "m:`du -b memo.txt|cut -f 1`"
test -f memo.txt && echo "m:$(echo $(wc -c memo.txt) | cut -f 1 -d " ")"
}

__my_ps1_dirs(){


Chargement…
Annuler
Enregistrer