mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
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 r='rails'
|
||||
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
|
||||
alias g='git'
|
||||
|
||||
Reference in New Issue
Block a user