commit e0a4b41c7a4d1868d1c61229e52d201a8a59ef3b parent 7bcd875f549db861abe51d64682a6448aee4eb3f Author: Taco-C <perian.forod@gmail.com> Date: Tue, 5 Feb 2019 00:18:31 +0100 aliases in separate file Diffstat:
| M | .profile | | | 2 | +- |
| M | .zshrc | | | 8 | +------- |
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/.profile b/.profile @@ -1,6 +1,6 @@ # .profile -export EDITOR="vim" +export EDITOR="nvim" export BROWSER="palemoon" export READER="zathura" diff --git a/.zshrc b/.zshrc @@ -18,10 +18,4 @@ compinit PROMPT='%F{yellow}[%1~]%f ' -alias ls="ls -hN --color=auto --group-directories-first" -alias ll="ls -lA" -alias grep="grep --color=auto" -alias diff="diff --color=auto" -alias mkdir="mkdir -pv" -alias yt="youtube-dl -ic --add-metadata" -alias dotties="git --git-dir=$HOME/.dotties/ --work-tree=$HOME" +[ -f "$XDG_CONFIG_HOME/aliases" ] && source "$XDG_CONFIG_HOME/aliases"