From 551999a82206bc2aa51541e8d00f9b31f998c03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 21 May 2020 09:50:09 +0200 Subject: [PATCH] Updated zshrc browser-x Signed-off-by: Marcin Wozniak --- .local/bin/browser-x | 1 + .zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.local/bin/browser-x b/.local/bin/browser-x index 6f49d23..9e2dbd2 100755 --- a/.local/bin/browser-x +++ b/.local/bin/browser-x @@ -1,2 +1,3 @@ #!/bin/bash GDK_DPI_SCALE="1.3" firefox +#google-chrome-stable --force-device-scale-factor=1.2& diff --git a/.zshrc b/.zshrc index 116b7e8..9e46900 100644 --- a/.zshrc +++ b/.zshrc @@ -5,6 +5,7 @@ parse_git_branch() { [ -f /etc/gentoo-release ] && export ZSH="/usr/share/zsh/site-contrib/oh-my-zsh" [ -f /etc/centos-release ] && export ZSH="$HOME/.oh-my-zsh" +[ -f /etc/debian_version ] && export ZSH="$HOME/.oh-my-zsh" HISTFILE=$HOME/.history_zsh HISTSIZE=10000