1
0
Fork 0

[GLOBAL] Add script to set default apps (Browser, Editor)

This commit is contained in:
Florian RICHER (MrDev023) 2022-02-09 13:22:27 +01:00
parent 3d805aa791
commit e0fa990987

View file

@ -0,0 +1,3 @@
#!/bin/bash
sudo sed -i -e "s/BROWSER=.*/BROWSER=microsoft-edge-stable/g" /etc/environment
sudo sed -i -e "s/EDITOR=.*/EDITOR=vim/g" /etc/environment