瀏覽代碼
Rudimentary C Shell script to quit and cd
master
Arun Prakash Jana
6 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: A75979F35C080412
共有
1 個檔案被更改,包括
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"' |