Some transparency
This commit is contained in:
@@ -18,12 +18,18 @@ plugins=(
|
||||
zstyle :omz:plugins:ssh-agent identities gerrit gg gitlab
|
||||
{%@@ endif @@%}
|
||||
|
||||
{%@@ if profile == "laptop" @@%}
|
||||
zstyle :omz:plugins:ssh-agent identities github
|
||||
{%@@ endif @@%}
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
export TERM="xterm-256color"
|
||||
export EDITOR="vim"
|
||||
|
||||
export LANG="en_US.UTF-8"
|
||||
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
# Some aliases
|
||||
alias zshrc="vim ~/.zshrc"
|
||||
alias szsh="source ~/.zshrc"
|
||||
@@ -40,6 +46,9 @@ alias fonts="/home/$USER/.local/share/fonts"
|
||||
alias listfonts="fc-list :scalable=true:spacing=mono: family"
|
||||
alias cachefonts="fc-cache -f -v"
|
||||
|
||||
#touch ~/.github_token
|
||||
#source ~/.github_token
|
||||
|
||||
# Allow pc local aliases
|
||||
if [ -f ~/.zshaliases_local ]; then
|
||||
source ~/.zshaliases_local
|
||||
|
||||
Reference in New Issue
Block a user