+ Rework xprofile
+ Moved .zprofile to $HOME (to make it readed on start)
This commit is contained in:
parent
bfffc21325
commit
06ea25cf2a
4 changed files with 10 additions and 3 deletions
|
@ -64,7 +64,7 @@ alias cfpoly='vim $XDG_CONFIG_HOME/polybar/config'
|
|||
alias cfkeys='vim $XDG_CONFIG_HOME/sxhkd/sxhkdrc'
|
||||
alias cfalias='vim $XDG_CONFIG_HOME/zsh/aliases'
|
||||
alias cfbind='vim $XDG_CONFIG_HOME/zsh/keybinds'
|
||||
alias cfprofile='vim $XDG_CONFIG_HOME/zsh/profile'
|
||||
alias cfprofile='vim $HOME/.zprofile'
|
||||
alias cfcompt='vim $XDG_CONFIG_HOME/compton/compton.conf'
|
||||
|
||||
#more shortcuts
|
||||
|
@ -86,4 +86,3 @@ alias gca='git commit -a'
|
|||
alias gcam='git commit -a -m'
|
||||
alias gp='git push'
|
||||
alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
||||
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
#!/bin/zsh
|
||||
# DEFAULT
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
export EDITOR='vim'
|
||||
else
|
||||
export EDITOR='nvim'
|
||||
fi
|
||||
export BROWSER='firefox'
|
||||
export TERMINAL='st'
|
||||
|
||||
# vim as manpager
|
||||
export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\""
|
||||
|
||||
# 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"
|
||||
|
||||
#cleaning up
|
||||
export KODI_DATA="$XDG_DATA_HOME/kodi"
|
||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$XDG_DATA_HOME/oh-my-zsh"
|
||||
export ZSH_CUSTOM="$ZSH/custom"
|
||||
export ZSH_PLUGINS="$ZSH_CUSTOM/plugins"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue