From c1c0857f7a816b5b3f10fd3554b8bb9b24d1e193 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 4 Sep 2019 20:29:22 +0200 Subject: Add some conf --- zsh/.zsh/aliases.zsh | 1 + zsh/.zsh/environment.zsh | 2 +- zsh/.zsh/prompt.zsh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index 589cf93..9c4a220 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -311,3 +311,4 @@ if [[ "$SSH_AGENT_PID" == "" ]]; then eval "$(<~/.ssh-agent-thing)" fi +alias librefox="firefox -p librefox --no-remote" diff --git a/zsh/.zsh/environment.zsh b/zsh/.zsh/environment.zsh index 27e7fdf..f158b11 100755 --- a/zsh/.zsh/environment.zsh +++ b/zsh/.zsh/environment.zsh @@ -18,7 +18,7 @@ #HIST_STAMPS=mm/dd/yyyy #█▓▒░ paths -export PATH=$HOME/bin:/usr/local/bin:/home/neodarz/.gem/ruby/2.6.0/bin:/home/neodarz/.local/bin::/home/neodarz/go/bin:$HOME/.rbenv/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:/home/neodarz/.gem/ruby/2.6.0/bin:/home/neodarz/.local/bin::/home/neodarz/go/bin:$HOME/.rbenv/bin:/opt/cuda/bin:$PATH #export MANPATH=/usr/local/man:$MANPATH #█▓▒░ preferred editor for local and remote sessions diff --git a/zsh/.zsh/prompt.zsh b/zsh/.zsh/prompt.zsh index 3e323dd..9c5fce6 100644 --- a/zsh/.zsh/prompt.zsh +++ b/zsh/.zsh/prompt.zsh @@ -115,3 +115,4 @@ function host() { PROMPT='%F{white}┌─[${USER_LEVEL}$USER$reset_color%F{white}@$(host)]─$(git_prompt_string)$(error)[%~] └─ - %f' +setfont lat0-08 -- cgit v1.2.1