mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: remove unnecessary jj alias
This commit is contained in:
parent
060ff51c20
commit
0d4e9941a2
1 changed files with 1 additions and 4 deletions
|
|
@ -16,10 +16,7 @@ alias unkillbt "rfkill unblock bluetooth"
|
|||
|
||||
alias g git
|
||||
if type -q hledger; alias f hledger; end
|
||||
if type -q jj;
|
||||
alias j jj;
|
||||
alias js "jj st"
|
||||
end
|
||||
if type -q jj; alias j jj; end
|
||||
|
||||
if type -q nvim
|
||||
alias vim nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue