Updated zshrc browser-x

Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-05-21 09:50:09 +02:00 committed by Marcin Wozniak
parent 4b9322bacd
commit 551999a822
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#!/bin/bash #!/bin/bash
GDK_DPI_SCALE="1.3" firefox GDK_DPI_SCALE="1.3" firefox
#google-chrome-stable --force-device-scale-factor=1.2&

1
.zshrc
View File

@ -5,6 +5,7 @@ parse_git_branch() {
[ -f /etc/gentoo-release ] && export ZSH="/usr/share/zsh/site-contrib/oh-my-zsh" [ -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/centos-release ] && export ZSH="$HOME/.oh-my-zsh"
[ -f /etc/debian_version ] && export ZSH="$HOME/.oh-my-zsh"
HISTFILE=$HOME/.history_zsh HISTFILE=$HOME/.history_zsh
HISTSIZE=10000 HISTSIZE=10000