mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
rc: add $HOSTNAME for znc --makepem
This commit is contained in:
parent
2ba606cce6
commit
2faf5b5ae9
@ -241,6 +241,9 @@ alias maken="make -j$NPROC"
|
|||||||
# Ensure that pkg-config paths are found
|
# Ensure that pkg-config paths are found
|
||||||
#export PKG_CONFIG_PATH=$(which pkg-config)
|
#export PKG_CONFIG_PATH=$(which pkg-config)
|
||||||
|
|
||||||
|
# znc uses this variable for figuring out hostname
|
||||||
|
export HOSTNAME=$(hostname --fqdn)
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
3
rc/zshrc
3
rc/zshrc
@ -184,6 +184,9 @@ alias maken="make -j$NPROC"
|
|||||||
# Ensure that pkg-config paths are found
|
# Ensure that pkg-config paths are found
|
||||||
#export PKG_CONFIG_PATH=$(which pkg-config)
|
#export PKG_CONFIG_PATH=$(which pkg-config)
|
||||||
|
|
||||||
|
# znc uses this variable for figuring out hostname
|
||||||
|
export HOSTNAME=$(hostname --fqdn)
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
Loading…
Reference in New Issue
Block a user