mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-04-10 23:37:27 +03:00
Clear dir hash before adding our own entries
This commit is contained in:
parent
c7a930dac7
commit
59db176388
5
.zshrc
5
.zshrc
@ -60,7 +60,10 @@ function chpwd_leave_profile_krakul() {
|
||||
}
|
||||
chpwd_profiles
|
||||
|
||||
hash -d krakul=~/code/krakul # shorten dir name in prompt
|
||||
# First clear grml-zsh-config provided directory hashes
|
||||
hash -d -r
|
||||
# shorten dir name in prompt
|
||||
hash -d krakul=~/code/krakul
|
||||
function hash_projects() {
|
||||
# hash everything under krakul projects
|
||||
local project_folder
|
||||
|
Loading…
x
Reference in New Issue
Block a user