Updated zshrc browser-x
Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
parent
4b9322bacd
commit
551999a822
@ -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
1
.zshrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user