Add rc macro

This commit is contained in:
Aoran Zeng
2024-12-14 09:22:27 +08:00
parent be3982bbff
commit ddfa5639d0
6 changed files with 16 additions and 12 deletions

View File

@@ -673,6 +673,10 @@ _xy_win_powershellv5_profile ()
"\\Documents\\WindowsPowerShell\\Microsoft.PowerShell_profile.ps1");
}
#define xy_zshrc "~/.zshrc"
#define xy_bashrc "~/.bashrc"
#define xy_fishrc "~/.config/fish/config.fish"
/**
* @note Windows上`path` 不要夹带变量名,因为最终 access() 不会帮你转换
*/