From ac0e66cd339ffc3a8cb140752681d5eb5a60c86e Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 26 Aug 2022 11:33:17 -0500 Subject: [PATCH] whitespace --- lib/alias.zsh | 2 -- lib/path.zsh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/alias.zsh b/lib/alias.zsh index 9cfddeb..bdf668b 100755 --- a/lib/alias.zsh +++ b/lib/alias.zsh @@ -45,11 +45,9 @@ alias fzf-bat="fzf --preview 'bat --style=numbers --color=always --line-range :5 alias vivaldi="vivaldi-stable" if is-executable zellij; then - alias zs="zellij -s" alias zl="zellij ls" alias za="zellij a" - fi alias zenith="zenith -d 0 -n 0" diff --git a/lib/path.zsh b/lib/path.zsh index 667f15c..20dfe6b 100755 --- a/lib/path.zsh +++ b/lib/path.zsh @@ -12,6 +12,7 @@ is-executable getconf && PATH=$($(command -v getconf) PATH) prepend-path "/bin" prepend-path "/usr/bin" prepend-path "/usr/local/bin" + PATH="$DOTFILES_DIR/bin:$PATH" PATH="$HOME/bin:$PATH" PATH="$HOME/.local/bin:$PATH"