소스 검색

updates

master
mort 9 년 전
부모
커밋
7c3ff1bdf5
3개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      bin/mshot
  2. 1
    1
      dotfiles/zshalias
  3. 1
    0
      setup.sh

+ 1
- 1
bin/mshot 파일 보기

@@ -6,7 +6,7 @@ if [ "$1" = "" ]; then
echo "mshot <name>"
fi

sleep 0.1
sleep 0.2
DIR=$(mktemp -d /tmp/mupload.XXXXXXXXXX)

if [ "$OS" = "Darwin" ]; then

+ 1
- 1
dotfiles/zshalias 파일 보기

@@ -4,5 +4,5 @@ alias sudo="sudo env PATH=$PATH"

function irc
{
attach $1 | tee >(mbell "irc $1")
attach irc$1 | tee >(mbell "irc $1")
}

+ 1
- 0
setup.sh 파일 보기

@@ -46,6 +46,7 @@ check_command "curl"
check_command "sudo"
check_command "mutt"
check_command "w3m"
check_command "clisp"

if [ $issues -ne 0 ]; then
echo "Some things are missing. Continue? (y/n)"

Loading…
취소
저장