Skip to content

Commit

Permalink
Removing comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Nov 16, 2023
1 parent e981634 commit c558c2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/bash/files/bash/neovim_functions.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/usr/bin/env bash

# Write a function that first ensures that ~/.sshfs exists, then mounts the
# remote directory to ~/.sshfs/<name_of_server_input>, then opens the remote directory in
# Neovim. When neovim is closed, unmount the remote directory.

function nisshfs() {
local remote_dir='/'
if [ ! -d ~/.sshfs ]; then mkdir ~/.sshfs > /dev/null 2>&1; fi
Expand Down

0 comments on commit c558c2c

Please sign in to comment.