浏览代码

Rudimentary C Shell script to quit and cd

master
Arun Prakash Jana 6 年前
父节点
当前提交
56ca0a6cce
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      scripts/quitcd/quitcd.csh

+ 3
- 0
scripts/quitcd/quitcd.csh 查看文件

@@ -0,0 +1,3 @@
setenv NNN_TMPFILE /tmp/nnn

alias n 'nnn -c 2; source "$NNN_TMPFILE"; rm "$NNN_TMPFILE"'

正在加载...
取消
保存