Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- # common/.profile.d/00-prelude.sh
- # -*- mode: Shell-script; -*-
- # Common .profile
- #
- # This file is generated from dotdee and managed from stow.
- #
- # Manual editing discouraged.
-
-
- # Common variables for use later
- _uname=$(uname)
- _uname_n=$(uname -n)
- _hostname=$(hostname)
- export _uname _uname_n _hostname
|