Sfoglia il codice sorgente

fix open_file

pull/1/head
10sr 11 anni fa
parent
commit
25e221ccd7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      bashrc

+ 1
- 0
bashrc Vedi File

@@ -386,6 +386,7 @@ open_file(){
open "$@"
elif islinux
then
touch "$@"
if null type pcmanfm; then
LC_MESSAGES= pcmanfm "$@"
else


Caricamento…
Annulla
Salva