diff --git a/.bashrc b/.bashrc index 01fa17d..3100653 100644 --- a/.bashrc +++ b/.bashrc @@ -137,5 +137,4 @@ source "$OSH"/oh-my-bash.sh # For a full list of active aliases, run `alias`. # # Example aliases -# alias bashconfig="mate ~/.bashrc" -# alias ohmybash="mate ~/.oh-my-bash" +. ~/custom_aliases diff --git a/.zshrc b/.zshrc index dc0c847..b32f96c 100644 --- a/.zshrc +++ b/.zshrc @@ -109,3 +109,6 @@ source $ZSH/oh-my-zsh.sh # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh + + +. ~/custom_aliases diff --git a/custom_aliases b/custom_aliases new file mode 100644 index 0000000..ab69184 --- /dev/null +++ b/custom_aliases @@ -0,0 +1,4 @@ +. "$HOME/.cargo/env" +#. "$HOME/.config/emacs/bin" +alias fd=fdfind +alias doom='$HOME/.config/emacs/bin/doom'