Paths fixed (#928)
shortcutrc is created on shell directory with shortcuts script same for zshnameddirrc
This commit is contained in:
parent
56046c5cda
commit
ea99abf1fa
1 changed files with 1 additions and 1 deletions
|
@ -46,5 +46,5 @@ alias \
|
|||
|
||||
alias \
|
||||
magit="nvim -c MagitOnly" \
|
||||
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/zshnameddirrc" \
|
||||
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
|
||||
weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" \
|
||||
|
|
Loading…
Reference in a new issue