Fix aliae
configuration
This commit is contained in:
parent
e580446ca6
commit
c22384c727
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ begin
|
||||||
source "$dir/../bash/profile.fish"
|
source "$dir/../bash/profile.fish"
|
||||||
source "$dir/../fish/profile.fish"
|
source "$dir/../fish/profile.fish"
|
||||||
set -l file /etc/aliae/aliae.yml
|
set -l file /etc/aliae/aliae.yml
|
||||||
|
echo "export ALIAE_CONFIG=$(string escape "$file")" | sudo tee /etc/profile.d/aliae.sh
|
||||||
sudo install -Dm644 "$dir/aliae.yml" "$file"
|
sudo install -Dm644 "$dir/aliae.yml" "$file"
|
||||||
|
|
||||||
begin
|
begin
|
||||||
printf %s\n "" \
|
printf %s\n \
|
||||||
"# aliae" \
|
"# aliae" \
|
||||||
"export ALIAE_CONFIG=$(string escape "$file")" \
|
|
||||||
'eval "$(aliae init bash)"' \
|
'eval "$(aliae init bash)"' \
|
||||||
'eval "$(aliae completion bash)"'
|
'eval "$(aliae completion bash)"'
|
||||||
end | installBashProfile "aliae" "aliae"
|
end | installBashProfile "aliae" "aliae"
|
||||||
|
|
Loading…
Reference in a new issue