Silence unnecessary console output
This commit is contained in:
parent
84487937f7
commit
f1163a12c8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ begin
|
|||
"# aliae" \
|
||||
'eval "$(aliae init bash)"' \
|
||||
'eval "$(aliae completion bash)"'
|
||||
end | sudo tee /etc/skel/.bashrc
|
||||
end | sudo tee /etc/skel/.bashrc > /dev/null
|
||||
|
||||
if type -q fish
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue