瀏覽代碼

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


Loading…
取消
儲存