aboutsummaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish')
-rw-r--r--fish/config.fish6
-rw-r--r--fish/functions/yay.fish3
2 files changed, 9 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish
index fa7d439..dbf0829 100644
--- a/fish/config.fish
+++ b/fish/config.fish
@@ -47,3 +47,9 @@ set -gx GPG_TTY (tty)
set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
. ~/perl5/perlbrew/etc/perlbrew.fish
+
+# >>> conda initialize >>>
+# !! Contents within this block are managed by 'conda init' !!
+eval /opt/anaconda/bin/conda "shell.fish" "hook" $argv | source
+# <<< conda initialize <<<
+
diff --git a/fish/functions/yay.fish b/fish/functions/yay.fish
new file mode 100644
index 0000000..4c6ff52
--- /dev/null
+++ b/fish/functions/yay.fish
@@ -0,0 +1,3 @@
+function yay --description 'alias yay=yay --aur'
+ command yay --aur $argv;
+end