+ Tweaked Zsh and vim, separated viminfo from nvim (now located on nvim/nviminfo
This commit is contained in:
parent
a15b74eaf2
commit
3e8da79f5f
5 changed files with 39 additions and 19 deletions
15
.config/zsh/profile
Normal file
15
.config/zsh/profile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/zsh
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$XDG_DATA_HOME/oh-my-zsh"
|
||||
export ZSH_CUSTOM="$ZSH/custom"
|
||||
export PLUGINS="$XDG_DATA_HOME/zsh/plugins"
|
||||
|
||||
# SUDO
|
||||
export SUDO_ASKPASS=/bin/rofi-askpass
|
||||
|
||||
# XDG
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue