This website requires JavaScript.
Explore
Help
Sign In
ant
/
workstation
Watch
1
Star
0
Fork
You've already forked workstation
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
25d2812e49
workstation
/
roles
/
home-cli
/
files
/
zshrc
6 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix loading history-search-end
2022-08-19 14:27:34 +00:00
autoload -U history-search-end
Allow zsh to work with bashrc
2022-08-18 07:44:25 +00:00
if
[
-e
$HOME
/.bashrc
]
then
emulate sh -c
"
.
$HOME
/.bashrc
"
fi
Reference in a new issue
Copy permalink