mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-09-18 21:39:54 +00:00
works on windows 95 too
This commit is contained in:
parent
153c59be9b
commit
48be7f8718
1 changed files with 4 additions and 4 deletions
8
zshrc
8
zshrc
|
@ -87,7 +87,7 @@ export LESS=' -R'
|
|||
alias cd..='cd ..'
|
||||
|
||||
case `uname -s` in
|
||||
Linux|CYGWIN_NT*)
|
||||
Linux|CYGWIN*)
|
||||
alias ls="ls -h --color=auto"
|
||||
alias grep='grep -d skip --color=auto'
|
||||
;;
|
||||
|
@ -325,7 +325,7 @@ case `uname -s` in
|
|||
zstyle ':completion:*:processes-names' command 'ps -A -o command | awk "NR != 1"'
|
||||
fi
|
||||
;;
|
||||
CYGWIN_NT*)
|
||||
CYGWIN*)
|
||||
zstyle ':completion:*:processes-names' command 'ps -u '${USERNAME}' -s | awk "NR != 1"'
|
||||
;;
|
||||
esac
|
||||
|
@ -337,7 +337,7 @@ case `uname -s` in
|
|||
Interix)
|
||||
zstyle ':completion:*:*:kill:*:processes' command 'ps -i -U '${USERNAME}' -o pid,args | sed "/ps -i -U '${USERNAME}' -o pid,args/d"'
|
||||
;;
|
||||
CYGWIN_NT*)
|
||||
CYGWIN*)
|
||||
zstyle ':completion:*:*:kill:*:processes' command 'ps -u '${USERNAME}' -s | sed "/ps -u '${USERNAME}' -s/d"'
|
||||
;;
|
||||
SunOS|FreeBSD|OpenBSD)
|
||||
|
@ -352,7 +352,7 @@ case `uname -s` in
|
|||
Interix|SunOS|FreeBSD|Linux)
|
||||
zstyle ':completion:*:*:killall:*:processes-names' command "ps -U '${USERNAME}' -o comm"
|
||||
;;
|
||||
CYGWIN_NT*)
|
||||
CYGWIN*)
|
||||
zstyle ':completion:*:*:killall:*:processes-names' command "ps -u '${USERNAME}' -s"
|
||||
;;
|
||||
Darwin)
|
||||
|
|
Loading…
Add table
Reference in a new issue