commit 319e1bb11ffeb28bc90a94fb0ee2bf653fd077b3 parent 897e086e62e98c0082bc99438b0c4b72132cb356 Author: Oscar Benedito <oscar@oscarbenedito.com> Date: Mon, 10 Jan 2022 20:11:32 +0100 Move .zsh{env,rc} to zsh{env,rc} Diffstat:
A | .config/zsh/.zshenv | | | 2 | ++ |
A | .config/zsh/.zshrc | | | 2 | ++ |
M | .config/zsh/aliases | | | 4 | ++-- |
R | .config/zsh/.zshenv -> .config/zsh/zshenv | | | 0 | |
R | .config/zsh/.zshrc -> .config/zsh/zshrc | | | 0 | |
M | .zshenv | | | 4 | ++-- |
6 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv @@ -0,0 +1 @@ +zshenv +\ No newline at end of file diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc @@ -0,0 +1 @@ +zshrc +\ No newline at end of file diff --git a/.config/zsh/aliases b/.config/zsh/aliases @@ -43,13 +43,13 @@ alias volume="pasystray" # frequent files and directories alias cfa="$EDITOR $XDG_CONFIG_HOME/zsh/aliases" -alias cfe="$EDITOR $XDG_CONFIG_HOME/zsh/.zshenv" +alias cfe="$EDITOR $XDG_CONFIG_HOME/zsh/zshenv" alias cfg="$EDITOR $XDG_CONFIG_HOME/git/config" alias cfp="$EDITOR $HOME/.profile" alias cft="$EDITOR $XDG_CONFIG_HOME/tmux/tmux.conf" alias cfv="$EDITOR $XDG_CONFIG_HOME/nvim/init.vim" alias cfx="$EDITOR $XDG_CONFIG_HOME/Xresources" -alias cfz="$EDITOR $XDG_CONFIG_HOME/zsh/.zshrc" +alias cfz="$EDITOR $XDG_CONFIG_HOME/zsh/zshrc" alias db="cd $HOME/.local/bin && ls" alias dbanc="cd /run/media/oscar/banc && ls" alias dc="cd $HOME/Documents && ls" diff --git a/.config/zsh/.zshenv b/.config/zsh/zshenv diff --git a/.config/zsh/.zshrc b/.config/zsh/zshrc diff --git a/.zshenv b/.zshenv @@ -1 +1 @@ -.config/zsh/.zshenv -\ No newline at end of file +.config/zsh/zshenv +\ No newline at end of file