mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
add meta and os profiles; add distro and vw variable
This commit is contained in:
parent
e1d6ae2686
commit
14f0cc458a
6 changed files with 63 additions and 188 deletions
|
@ -124,7 +124,7 @@ EOF
|
|||
fi
|
||||
}
|
||||
|
||||
{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.local' @@%}
|
||||
{%@@ if distro == 'macos' @@%}
|
||||
#######################################
|
||||
# Shows a netstat -tulpn styled output on mac.
|
||||
# Globals:
|
||||
|
@ -351,7 +351,7 @@ dotdrop() {
|
|||
{{@@ env['HOME'] @@}}/.local/bin/dotdrop --cfg={{@@ env['HOME'] @@}}/.files/config.yaml ${@}
|
||||
}
|
||||
|
||||
{%@@ endif @@%}{%@@ if profile == 'WVDEWOBMC001307' @@%}
|
||||
{%@@ endif @@%}{%@@ if vw == true @@%}
|
||||
setProxyEnv() {
|
||||
local HIGHLIGHT='\033[36;1m'
|
||||
local RESET='\033[0;0m'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue