home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a9da740102ad35ee47051704c4847f6f4f337740
parent 0fc635c032f88d2f44c1d8b4678a57a96b58a44b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun, 26 Aug 2018 13:58:13 +0200

Add sshfs alias

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mfish/nix-aliases.fish | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/fish/nix-aliases.fish b/fish/nix-aliases.fish @@ -13,3 +13,7 @@ end function update-desktop-database nix run nixpkgs.desktop-file-utils -c update-desktop-database $argv end + +function sshfs + nix run nixpkgs.sshfs -c sshfs $argv +end