Compare commits
2 Commits
67ec855327
...
5be9caed09
Author | SHA1 | Date | |
---|---|---|---|
5be9caed09 | |||
26feec573c |
8
zshrc
8
zshrc
@ -54,5 +54,11 @@ 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
|
||||
source $HOME/zsh/find-the-command/usr/share/doc/find-the-command/ftc.zsh 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
|
||||
|
Reference in New Issue
Block a user