Explorar el Código

Use /tmp, not /var/tmp

At least on Fedora this is tmpfs
Alois Mahdal hace 10 años
padre
commit
15ab9f6b50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Ver fichero

@@ -49,7 +49,7 @@ alias grepr='grep -nr . --exclude-dir=".git" -e '
49 49
 alias sc='se --direction=encz.cz'
50 50
 alias lsblk='lsblk -o +UUID,LABEL'
51 51
 
52
-RV_TMP="/var/tmp/bash-rv"
52
+RV_TMP="/tmp/bash-rv"
53 53
 mkdir -p "$RV_TMP"
54 54
 
55 55
 ### ...... ###