소스 검색

Fix scripts

master
Arun Prakash Jana 5 년 전
부모
커밋
c25b539eea
No known key found for this signature in database 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

불러오는 중...
취소
저장