ソースを参照

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

読み込み中…
キャンセル
保存