Add EOL to the end of all files
This commit is contained in:
parent
487c83afb2
commit
5ff7726d23
9 changed files with 6 additions and 9 deletions
scripts/Common/Config
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
sudo cp ./firefox.sh /etc/profile.d/;
|
||||
popd > /dev/null;
|
||||
popd > /dev/null;
|
||||
|
|
|
@ -8,4 +8,3 @@ then
|
|||
echo 'eval "$(oh-my-posh completion bash)"';
|
||||
} | tee -a ~/.bashrc > /dev/null;
|
||||
fi;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue