ソースを参照

Update

master
10sr 6ヶ月前
コミット
482e844821
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      shrc

+ 2
- 1
shrc ファイルの表示

@@ -351,7 +351,8 @@ __safe_alias pipenv="env -u PIP_USER pipenv"
__safe_alias pipx="env -u PIP_USER pipx"

alias f='less `fzf`'
alias fcd='cd `find . -type d 2>/dev/null | fzf`'
# TODO: Use find if bfs is not available
alias fcd='cd `bfs . -type d 2>/dev/null | fzf`'


# Sometimes SHELL cannot be used. For example, when running bash inside zsh


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