Przeglądaj źródła

Use /tmp, not /var/tmp

At least on Fedora this is tmpfs
Alois Mahdal 10 lat temu
rodzic
commit
15ab9f6b50
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Wyświetl plik

@@ -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
 ### ...... ###