LoginSignup
2
1

More than 1 year has passed since last update.

おっちょこちょい mac ユーザー向けの alias

Last updated at Posted at 2022-05-11

幸せになりたい

以下の alias をお使いのシェルに対応する rc ファイル (zshrc, bashrc) に書くとほんの少しだけ幸せになれます、多分。

# 日本語入力が起動した状態でも端末を閉じられる
alias えぃt='exit'

# Python2 は使えない
alias python='python3'
alias pip='pip3'

# Linux のつもりで実行すると良くないコマンドの皆様
alias reboot='shutdown -r now'
alias halt='shutdown -h now'

それだけ

Licence

Creative Commons License
This work by Fumiyoshi MATANO is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

2
1
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
2
1