Restore opening present folder
This commit is contained in:
@@ -37,7 +37,7 @@ alias cx='printf "\033[2J\033[3J\033[H" && claude --permission-mode=plan --allow
|
|||||||
alias d='docker'
|
alias d='docker'
|
||||||
alias r='rails'
|
alias r='rails'
|
||||||
alias t='tmux attach || tmux new -s Work'
|
alias t='tmux attach || tmux new -s Work'
|
||||||
n() { if [ "$#" -eq 0 ]; then command nvim ; else command nvim "$@"; fi; }
|
n() { if [ "$#" -eq 0 ]; then command nvim . ; else command nvim "$@"; fi; }
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
alias g='git'
|
alias g='git'
|
||||||
|
|||||||
Reference in New Issue
Block a user