Compare commits
No commits in common. "5be9caed09514749b750ad464e0808e34ea8a99a" and "67ec85532736437139a3f8e50b31d6baac5591a0" have entirely different histories.
5be9caed09
...
67ec855327
1 changed files with 1 additions and 7 deletions
8
zshrc
8
zshrc
|
@ -54,11 +54,5 @@ source $HOME/zsh/web-search/web_search.plugin.zsh 2>/dev/null
|
|||
source $HOME/zsh/oh-my-zsh-dirhistory/dirhistory.plugin.zsh 2>/dev/null
|
||||
source $HOME/zsh/zsh-z/zsh-z.plugin.zsh 2>/dev/null
|
||||
source $HOME/zsh/custom-zshrc 2>/dev/null
|
||||
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"
|
||||
|
||||
# If on archlinus enable following plugin
|
||||
if [ -e /bin/pacman ]; then
|
||||
source $HOME/zsh/find-the-command/usr/share/doc/find-the-command/ftc.zsh 2>/dev/null
|
||||
fi
|
||||
|
||||
if [ -e /home/jirka/.nix-profile/etc/profile.d/nix.sh ]; then . /home/jirka/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
||||
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"
|
||||
|
|
Reference in a new issue