ソースを参照

update detecting interactive run

pull/1/head
10sr 12年前
コミット
3aed54b8c1
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc ファイルの表示

@@ -1,7 +1,7 @@
#!/bin/bash

# If not running interactively, don't do anything
[ -z "$PS1" ] && return
[[ $- != *i* ]] && return

##########################################
null(){


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