commit a6695823c8b173636196ea1d1de8f0219cb8ac2d parent 385f08eaf8bdb71722dae0610d4fe7b8700b3aad Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Wed, 29 Jan 2020 14:58:41 +0100 Change default browser to nightly Diffstat:
M | zsh/zprofile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh/zprofile b/zsh/zprofile @@ -19,4 +19,4 @@ path=(~/bin $(ruby -e 'print Gem.user_dir')/bin $path[@]) export EDITOR="vim" export VISUAL="vim" export PAGER="less" -export BROWSER="elinks" +export BROWSER="firefox-nightly"