fix bash_completion and ssh issues
This commit is contained in:
parent
9450e37a84
commit
d44bb1de8e
1 changed files with 1 additions and 3 deletions
|
|
@ -130,9 +130,7 @@
|
|||
umask 0007
|
||||
export PAGER=less
|
||||
export LESS="-s"
|
||||
if [[ ! -v BASH_COMPLETION_VERSINFO ]]; then
|
||||
. "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh"
|
||||
fi
|
||||
if [ -d ~/.bash_completion.d ]; then
|
||||
for i in $(ls -1 ~/.bash_completion.d/*.sh); do . $i; done
|
||||
fi
|
||||
|
|
@ -163,7 +161,7 @@
|
|||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
agents = [ "ssh" ];
|
||||
keys = [ "\${HOME}/.ssh/id_ed25519" ];
|
||||
keys = [ "~/.ssh/id_ed25519" "~/.ssh/git" "~/.ssh/id_dsa.2022" "~/.ssh/id_rsa.2020" "~/.ssh/id_rsa.2022" ];
|
||||
inheritType = "any";
|
||||
};
|
||||
programs.mpv = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue