Format all files
This commit is contained in:
parent
f2abbe8561
commit
59708b8f04
110 changed files with 1439 additions and 1484 deletions
scripts/Common/Software/vim
|
@ -7,9 +7,9 @@ begin
|
|||
set -l configFile /etc/vimrc
|
||||
set -l indicator "set clipboard"
|
||||
|
||||
if not grep "\b$indicator\b" "$configFile" > /dev/null
|
||||
if not grep "\b$indicator\b" "$configFile" >/dev/null
|
||||
# As described in https://wiki.archlinux.org/title/Vim#Clipboard
|
||||
echo "$indicator+=unnamed,unnamedplus" | sudo tee -a "$configFile" > /dev/null;
|
||||
echo "$indicator+=unnamed,unnamedplus" | sudo tee -a "$configFile" >/dev/null
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue