moving over more stuff from xonsh
This commit is contained in:
parent
1c9258ee7d
commit
1eb581b32d
1 changed files with 6 additions and 0 deletions
|
@ -53,8 +53,14 @@
|
|||
if (( $+commands[kitten] )); then
|
||||
alias "ssh"="kitten ssh"
|
||||
fi
|
||||
|
||||
source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh
|
||||
'';
|
||||
|
||||
promptInit = ''
|
||||
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
ff = "fastfetch";
|
||||
neofetch = "fastfetch";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue