Added some scripts for lynx

This commit is contained in:
2021-12-27 16:42:59 -05:00
parent 2e012d8930
commit c33cb65caf
4 changed files with 41 additions and 1 deletions

View File

@@ -14,8 +14,8 @@ autoload -Uz colors && colors
# Load Useful Functions
source "$ZDOTDIR/zsh-functions"
zsh_add_file "zsh-aliases"
zsh_add_file "zsh-exports"
zsh_add_file "zsh-aliases"
# Plugins
zsh_add_plugin "zsh-users/zsh-autosuggestions"

View File

@@ -60,3 +60,4 @@ fi
# tmux
#alias ta() { tmux -f ~/.config/tmux/tmux.config attach "$@" }