瀏覽代碼

Remove useless newline

pull/1/head
10sr 10 年之前
父節點
當前提交
fcb45fe931
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      shrc

+ 1
- 2
shrc 查看文件

@@ -1157,8 +1157,7 @@ __printf_ipaddr(){
test -n "$___ip" && printf "$1" $___ip
}

alias addr="__printf_ipaddr '%s
'"
alias addr="__printf_ipaddr '%s'"

__my_ps1_ipaddr(){
! $iswindows && __printf_ipaddr '[Addr:%s]'


Loading…
取消
儲存