Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
10sr
/
dotfiles-mirror
Mirror von
https://github.com/10sr/dotfiles.git
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Aktivität
Quellcode durchsuchen
add sample of ~/.profile
pull/1/head
10sr
vor 13 Jahren
Ursprung
d8d2d9739f
Commit
f13cac9461
1 geänderte Dateien
mit
11 neuen
und
1 gelöschten
Zeilen
Gesamtansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+11
-1
profile
+ 11
- 1
profile
Datei anzeigen
@@ -1,6 +1,16 @@
#!/bin/sh
#!/bin/sh
# ~/.dotfiles/profile
# # sample of ~/.profile
# . ~/.dotfiles/profile
# # if running bash
# if [ -n "$BASH_VERSION" ]; then
# # include .bashrc if it exists
# if [ -f "$HOME/.bashrc" ]; then
# . "$HOME/.bashrc"
# fi
# fi
# This not works when, for example, inherit parent ENV and load /etc/profile
# This not works when, for example, inherit parent ENV and load /etc/profile
# again.
# again.
Verfassen
Vorschau
Laden…
Abbrechen
Speichern