diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-04 20:29:22 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-04 20:41:02 +0200 |
commit | c1c0857f7a816b5b3f10fd3554b8bb9b24d1e193 (patch) | |
tree | 73337a7b79376967f9200aeaa41b300fb6699429 /zsh | |
parent | fb30fb16f5f03cdff6cdd670f6aa7211c1fc7efe (diff) | |
download | dotfiles_ascii-c1c0857f7a816b5b3f10fd3554b8bb9b24d1e193.tar.xz dotfiles_ascii-c1c0857f7a816b5b3f10fd3554b8bb9b24d1e193.zip |
Add some conf
Diffstat (limited to '')
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 1 | ||||
-rwxr-xr-x | zsh/.zsh/environment.zsh | 2 | ||||
-rw-r--r-- | zsh/.zsh/prompt.zsh | 1 |
3 files changed, 3 insertions, 1 deletions
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 |