Skip to content

Commit

Permalink
ztm moved
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Mar 27, 2024
1 parent 7a38376 commit 3e0a373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function git_use_novartis {
# cd and start working when I lost all my tmux sessions
alias zgit='git rev-parse --show-toplevel && cd `git rev-parse --show-toplevel`'
alias zcd='cd `find $HOME/dev $HOME/git $HOME/Dropbox/private -maxdepth 2 -type d | fzf`'
function ztmux() {
function ztm() {

# Exit if any command fails
set -e
Expand Down

0 comments on commit 3e0a373

Please sign in to comment.