🪟 Resize by using arrow keys, Cowsay fortune on shell open
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# For Fish dotfiles, see: /home-manager/fish.nix and home-manager/starship.nix
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
@ -18,6 +19,7 @@
|
||||
# Start starship when creating a new shell
|
||||
interactiveShellInit = ''
|
||||
starship init fish | source
|
||||
fortune | cowsay -f tux
|
||||
'';
|
||||
shellAliases = {
|
||||
# Transfer shell config to target device
|
||||
|
Reference in New Issue
Block a user