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