[oh-my-zsh] help command not found공부/DevOps2023. 1. 8. 23:23
Table of Contents
반응형
개요
- bash script 공부 중에 help command 확인하는데 에러 출력
- 찾아본 결과 help command가 모든 shell에 적용되는 것은 아닌 것으로 확인됨
해결 방법
$ vim ~/.zshrc
# 하단이나 원하는 곳에 함수 삽입 후 저장
function help() {
bash -c "help $@"
}
$ source ~/.zshrc
참고
https://gist.github.com/emreberge/1424710
반응형
'공부 > DevOps' 카테고리의 다른 글
[Docker] Jenkins 설치 및 Github 연동 (1) (0) | 2023.07.08 |
---|---|
[Docker] MySQL 5.7 설치 및 데이터 import (0) | 2023.04.11 |
[oh my zsh ] git 사용시 index refreshing 되는 이슈 (0) | 2022.06.08 |
[Ubuntu] javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate (0) | 2022.01.15 |
[Docker] docker 로 mariadb 설치 후 연결하기 - (2) (0) | 2021.07.28 |
@leejinwoo1126 :: 천천히 하나씩
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!