From: Rodrigo Morales <moralesrodrigo1100@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: How to change the default-directory when using aliases in shell-mode
Date: Tue, 22 Jun 2021 22:38:56 -0500 [thread overview]
Message-ID: <878s319rn3.fsf@gmail.com> (raw)
I'm using ZSH and I've defined the following alias in my configuration
file (i.e. =.zshrc=)
#+BEGIN_SRC zsh
alias d="cd ~/Downloads"
#+END_SRC
The problem is that when I use that alias in buffers whose major mode is
shell-mode, the value of default-directory is not changed. For this
reason, I'm wondering how to make the default-directory be the same as
the shell current working directory when an alias has been used.
I think this would be solved if I stopped using aliases, but then I
would need a way for switching between directories easily in shell-mode
buffers. I'm mentioning this in order to avoid the XY problem. My goal
here is to visit commonly visited directories on the fly while being in
shell-mode buffers.
Greetings,
Rodrigo Morales
---
rdrg109 on Libera Chat
reply other threads:[~2021-06-23 3:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878s319rn3.fsf@gmail.com \
--to=moralesrodrigo1100@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.