Add aliases for jujutsu
This commit is contained in:
parent
65b68ae84a
commit
30530c9759
1 changed files with 5 additions and 1 deletions
|
|
@ -36,10 +36,14 @@ source ~/.profile
|
||||||
alias clip2png="xclip -selection clipboard -target image/png -out"
|
alias clip2png="xclip -selection clipboard -target image/png -out"
|
||||||
alias k="kubectl"
|
alias k="kubectl"
|
||||||
|
|
||||||
ssh() {
|
ssh_no_tmux() {
|
||||||
NO_TMUX=1 nohup ghostty --command="ssh $*" >/dev/null 2>&1 &
|
NO_TMUX=1 nohup ghostty --command="ssh $*" >/dev/null 2>&1 &
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alias jjn="jj new -B @ --no-edit"
|
||||||
|
alias jjs="jj squash --interactive --from @ --into @-"
|
||||||
|
alias jjp="jj bookmark move master --to @-; jj git push"
|
||||||
|
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
# Functions
|
# Functions
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue