Update files

This commit is contained in:
2025-10-22 21:14:08 +01:00
parent fbe76b346f
commit a7441bb971
5 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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" \

View File

@@ -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