Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
10sr
/
dotfiles-mirror
peilaus alkaen
https://github.com/10sr/dotfiles.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
add func input
pull/1/head
10sr
12 vuotta sitten
vanhempi
fe42b80582
commit
ee03818536
1 muutettua tiedostoa
jossa
9 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
bashrc
+ 9
- 0
bashrc
Näytä tiedosto
@@ -183,6 +183,15 @@ then
|| complete -o default -o nospace -F _git g
fi
input(){
(
stty -echo
read foo
stty echo
echo $foo
)
}
tmux(){
if test $# -eq 0
then
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna