Skip to content

Commit

Permalink
kill
Browse files Browse the repository at this point in the history
  • Loading branch information
eexpress committed May 7, 2016
1 parent 59e8871 commit 5057453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/.bash_aliases
Expand Up @@ -41,8 +41,8 @@ alias web='python -m SimpleHTTPServer'
alias v='/usr/bin/gvim --remote-silent-tab'
alias sv='sudo /usr/bin/gvim --remote-silent-tab'
alias iftop.启动='sudo iftop -i `netname`'
alias k='pkill -9'
alias sk='sudo pkill -9'
alias k='pkill -9 -f'
#alias sk='sudo pkill -9'
alias lsm='ls -oAh --time-style=iso -t'
alias lsc='ls -oAh --time-style=iso -tc'
alias lss='ls -oAh --time-style=iso -S'
Expand Down

0 comments on commit 5057453

Please sign in to comment.