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
|
umask 0007
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
export LESS="-s"
|
export LESS="-s"
|
||||||
if [[ ! -v BASH_COMPLETION_VERSINFO ]]; then
|
|
||||||
. "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh"
|
. "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh"
|
||||||
fi
|
|
||||||
if [ -d ~/.bash_completion.d ]; then
|
if [ -d ~/.bash_completion.d ]; then
|
||||||
for i in $(ls -1 ~/.bash_completion.d/*.sh); do . $i; done
|
for i in $(ls -1 ~/.bash_completion.d/*.sh); do . $i; done
|
||||||
fi
|
fi
|
||||||
|
|
@ -163,7 +161,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
agents = [ "ssh" ];
|
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";
|
inheritType = "any";
|
||||||
};
|
};
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue