소스 검색

Fix build break

master
Arun Prakash Jana 5 년 전
부모
커밋
819bddaac9
No known key found for this signature in database GPG 키 ID: A75979F35C080412
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plugins/fzcd
  2. +3
    -0
      plugins/launch

+ 1
- 1
plugins/fzcd 파일 보기

@@ -1,6 +1,6 @@
#!/usr/bin/env sh

# Description: Run fzf and go to the directory of the file selected
# Description: Run fzf/fzy/fd/fdfind/find and go to the directory of the file selected
#
# Shell: POSIX compliant
# Author: Anna Arad


+ 3
- 0
plugins/launch 파일 보기

@@ -19,6 +19,9 @@
# Shell: POSIX compliant
# Author: Arun Prakash Jana

# shellcheck disable=SC2012
# shellcheck disable=SC2086

IFS=':'

get_selection() {


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