Update files
This commit is contained in:
@@ -5,6 +5,7 @@ cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.lua
|
||||
cfz $ZDOTDIR/.zshrc
|
||||
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
|
||||
cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile
|
||||
cfe ${XDG_CONFIG_HOME:-$HOME/.config}/shell/.env
|
||||
cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc
|
||||
cfn ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/config
|
||||
cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls
|
||||
|
||||
@@ -34,6 +34,7 @@ cfv="$EDITOR /home/chris/.config/nvim/init.lua" \
|
||||
cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \
|
||||
cfa="$EDITOR /home/chris/.config/shell/aliasrc" \
|
||||
cfp="$EDITOR /home/chris/.config/shell/profile" \
|
||||
cfe="$EDITOR /home/chris/.config/shell/.env" \
|
||||
cfm="$EDITOR /home/chris/.config/mutt/muttrc" \
|
||||
cfn="$EDITOR /home/chris/.config/newsboat/config" \
|
||||
cfu="$EDITOR /home/chris/.config/newsboat/urls" \
|
||||
|
||||
@@ -33,6 +33,7 @@ hash -d cfv=/home/chris/.config/nvim/init.lua
|
||||
hash -d cfz=/home/chris/.config/zsh/.zshrc
|
||||
hash -d cfa=/home/chris/.config/shell/aliasrc
|
||||
hash -d cfp=/home/chris/.config/shell/profile
|
||||
hash -d cfe=/home/chris/.config/shell/.env
|
||||
hash -d cfm=/home/chris/.config/mutt/muttrc
|
||||
hash -d cfn=/home/chris/.config/newsboat/config
|
||||
hash -d cfu=/home/chris/.config/newsboat/urls
|
||||
|
||||
Reference in New Issue
Block a user