This commit is contained in:
Oshgnacknak 2025-09-07 01:37:57 +02:00
parent a8949549bd
commit 709ea8576c
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956
2 changed files with 2 additions and 1 deletions

1
_zshrc
View file

@ -31,6 +31,7 @@ function zle-keymap-select {
zle -N zle-keymap-select zle -N zle-keymap-select
[ -f "$HOME/.bashrc" ] && emulate sh -c "source $HOME/.bashrc" [ -f "$HOME/.bashrc" ] && emulate sh -c "source $HOME/.bashrc"
[ -f "$HOME/./config/bashrc" ] && emulate sh -c "source $HOME/./config/bashrc"
[ -f "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ] && source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" [ -f "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ] && source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
[ -f "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" ] && source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" [ -f "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" ] && source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"

View file

@ -103,7 +103,7 @@
# Link dotfiles without forcing overwrite (fails safely if a file already exists) # Link dotfiles without forcing overwrite (fails safely if a file already exists)
home.file.".tmux.conf".source = ./_tmux.conf; home.file.".tmux.conf".source = ./_tmux.conf;
home.file.".config/zshrc".source = ./_zshrc; home.file.".config/zshrc".source = ./_zshrc;
home.file.".bashrc".source = ./_bashrc; home.file.".config/bashrc".source = ./_config/bashrc;
home.file.".local/share/nvim/site/autoload/plug.vim".source = pkgs.fetchurl { home.file.".local/share/nvim/site/autoload/plug.vim".source = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"; url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim";