Compare commits
5 Commits
5ea0f32b0e
...
a1a0f4bfd3
Author | SHA1 | Date | |
---|---|---|---|
a1a0f4bfd3 | |||
|
c0569e111f | ||
|
4dd9287fe9 | ||
|
73629b2eef | ||
|
0464cc1daf |
4
.zshrc
4
.zshrc
@ -14,7 +14,7 @@ gbranch() {
|
|||||||
[ -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"
|
[ -f /etc/debian_version ] && export ZSH="$HOME/.oh-my-zsh"
|
||||||
[ $(uname)=="Darwin" ] && export ZSH="$HOME/.oh-my-zsh"
|
[[ "$(uname)" == "Darwin" ]] && export ZSH="$HOME/.oh-my-zsh"
|
||||||
|
|
||||||
HISTFILE=$HOME/.history_zsh
|
HISTFILE=$HOME/.history_zsh
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
@ -64,7 +64,7 @@ alias emerge="sudo emerge"
|
|||||||
alias channel-check='sudo iwlist wlan0 scan | egrep -i "essid|frequency"'
|
alias channel-check='sudo iwlist wlan0 scan | egrep -i "essid|frequency"'
|
||||||
alias grep="grep --color=always"
|
alias grep="grep --color=always"
|
||||||
alias egrep="egrep --color=always"
|
alias egrep="egrep --color=always"
|
||||||
[ $(uname)=="Darwin" ] && alias ls='ls -h' || alias ls='ls -h --color=auto'
|
[[ "$(uname)" == "Darwin" ]] && alias ls="ls -h" || alias ls="ls -h --color=auto"
|
||||||
alias ll='ls -lha'
|
alias ll='ls -lha'
|
||||||
alias cp='cp -v'
|
alias cp='cp -v'
|
||||||
alias mv='mv -v'
|
alias mv='mv -v'
|
||||||
|
Loading…
Reference in New Issue
Block a user