Skip to content

Commit 518a629

Browse files
author
dotfiles-bot
committed
fix: Corregir mapeos de shells incorrectos y agregar faltantes
CORREGIDOS: - elvish: .elvishrc rc.elv (home:.elvish/rc.elv) - pwsh: profile.ps1 Microsoft.PowerShell_profile.ps1 AGREGADOS: - bash: .bash_profile - zsh: .zprofile - nushell: config.nu Ahora todos los archivos de shells están correctamente mapeados
1 parent 7572dc5 commit 518a629

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

install-mappings.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,20 @@ default_action: dotify
1111
# Shell-specific configs (modules/shell/*)
1212
starship.toml|starship: xdg:starship/starship.toml # modules/shell/starship
1313
config.fish|fish: xdg:fish/config.fish # modules/shell/fish
14-
profile.ps1|pwsh: xdg:powershell/profile.ps1 # modules/shell/pwsh
14+
Microsoft.PowerShell_profile.ps1|pwsh: xdg:powershell/Microsoft.PowerShell_profile.ps1 # modules/shell/pwsh
1515

1616
# Dotfiles de shells específicas
1717
.bashrc|bash: home:.bashrc # modules/shell/bash
18+
.bash_profile|bash: home:.bash_profile # modules/shell/bash
1819
.profile|bash: home:.profile # modules/shell/bash
1920
.zshrc|zsh: home:.zshrc # modules/shell/zsh
21+
.zprofile|zsh: home:.zprofile # modules/shell/zsh
2022
.kshrc|ksh: home:.kshrc # modules/shell/ksh
2123
.mkshrc|mksh: home:.mkshrc # modules/shell/mksh
2224
.tcshrc|tcsh: home:.tcshrc # modules/shell/tcsh
23-
.elvishrc|elvish: home:.elvishrc # modules/shell/elvish
25+
rc.elv|elvish: home:.elvish/rc.elv # modules/shell/elvish
2426
.xonshrc|xonsh: home:.xonshrc # modules/shell/xonsh
27+
config.nu|nushell: xdg:nushell/config.nu # modules/shell/nushell
2528

2629
# Shell common files
2730
.inputrc|common: home:.inputrc # modules/shell/common (readline)

0 commit comments

Comments
 (0)