Browse Source

shrc: fix bug

pull/1/head
10sr 10 years ago
parent
commit
1d3095adab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shrc

+ 1
- 1
shrc View File

@@ -254,7 +254,7 @@ fi
######################
# Print welcome messages

command -v fortune >/dev/nul && {
command -v fortune >/dev/null && {
if command -v cowsay >/dev/null
then
fortune | cowsay


Loading…
Cancel
Save