Commit a9da740102ad

Vincent Demeester <vincent@sbr.pm>
2018-08-26 13:58:13
Add sshfs alias
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0fc635c
Changed files (1)
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