flake
This commit is contained in:
parent
a8949549bd
commit
709ea8576c
2 changed files with 2 additions and 1 deletions
1
_zshrc
1
_zshrc
|
@ -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"
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue