LoginSignup
1
0

More than 5 years have passed since last update.

tab補完効かねーぞ

Last updated at Posted at 2018-05-17

新しい環境で作業してたらtab補完効かなくてストレス溜まってきたからしらべた。

$ echo $SHELL
/bin/tcsh

bashじゃなくてtcsh使ってた。

tcshでtab補完を有効にするには

$ set autolist

これでストレスが15%減る

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0