Adds signal app
This commit is contained in:
parent
ae5e1c33d4
commit
8f2a2d925a
|
@ -23,6 +23,7 @@
|
|||
"lastfm"
|
||||
"monodraw"
|
||||
"obsidian"
|
||||
"signal"
|
||||
"spotify"
|
||||
"steam"
|
||||
"telegram"
|
||||
|
|
|
@ -23,6 +23,7 @@ in {
|
|||
where = "readlink -f (which $argv)";
|
||||
ghe =
|
||||
"set -l dir (mktemp -d); git clone --depth 1 https://github.com/$argv $dir; cd $dir; ranger;";
|
||||
nix-roots = "nix-store --gc --print-roots | grep -v lsof | grep -v flake-inputs | grep -v libproc | grep -v temp";
|
||||
};
|
||||
|
||||
interactiveShellInit = ''
|
||||
|
|
Loading…
Reference in New Issue