瀏覽代碼

Fix scripts

master
Arun Prakash Jana 5 年之前
父節點
當前提交
c25b539eea
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      user-scripts/edit
  2. +1
    -1
      user-scripts/fzy

+ 1
- 1
user-scripts/edit 查看文件

@@ -5,4 +5,4 @@
# Shell: POSIX compliant
# Author: Arun Prakash Jana

vim `find -type f | fzy`
vim "$(find -type f | fzy)"

+ 1
- 1
user-scripts/fzy 查看文件

@@ -5,4 +5,4 @@
# Shell: POSIX compliant
# Author: Arun Prakash Jana

xdg-open `find -type f | fzy` >/dev/null 2>&1
xdg-open "$(find -type f | fzy)" >/dev/null 2>&1

Loading…
取消
儲存