trying out zsh again
This commit is contained in:
parent
7f5cb6baa0
commit
aa4a80360f
2 changed files with 3 additions and 4 deletions
|
|
@ -22,6 +22,9 @@ export MOZ_ENABLE_WAYLAND=1
|
|||
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
||||
export GDK_BACKEND=wayland
|
||||
|
||||
# set up bitwarden ssh-agent
|
||||
export SSH_AUTH_SOCK=$HOME/.bitwarden-ssh-agent.sock
|
||||
|
||||
# Miscellaneous
|
||||
export LESSHISTFILE=-
|
||||
export INPUTRC="$HOME/.config/readline/inputrc"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,2 @@
|
|||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
. "/home/wball/.local/share/cargo/env"
|
||||
|
||||
if [ -e /home/wball/.nix-profile/etc/profile.d/nix.sh ]; then . /home/wball/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
||||
[[ ! -r '/home/wball/.local/share/opam/opam-init/init.zsh' ]] || source '/home/wball/.local/share/opam/opam-init/init.zsh' > /dev/null 2> /dev/null
|
||||
|
|
|
|||
Loading…
Reference in a new issue