zsh: Remove chromium app aliases/functions
This commit is contained in:
parent
c1997b898b
commit
b60639f2f6
|
@ -164,7 +164,6 @@ if which exa 2>&1 >> /dev/null;then
|
|||
alias ls="exa"
|
||||
fi
|
||||
alias ipy="ipython3"
|
||||
alias line="chromium --user-data-dir=$HOME/.line --app=chrome-extension://ophjlpahpchlmihnnnihgmmeilfjmjjc/index.html"
|
||||
|
||||
alias vim="nvim"
|
||||
alias vimdiff="nvim -d"
|
||||
|
@ -223,10 +222,6 @@ function lecicon() (
|
|||
lexicon $@
|
||||
)
|
||||
|
||||
function jitsi-meet() (
|
||||
chromium --profile-directory=jitsi-meet --app="${1:-https://random.jitsi.rocks/}"
|
||||
)
|
||||
|
||||
# Completion
|
||||
autoload -U bashcompinit
|
||||
bashcompinit
|
||||
|
|
Reference in a new issue