From 1655f4ac07bfbe718d3dbe658e62c46118bce5d7 Mon Sep 17 00:00:00 2001 From: John Costa Date: Wed, 26 Jul 2023 22:31:20 +0100 Subject: [PATCH] fish --- config.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.fish b/config.fish index f550915a..20fb146b 100644 --- a/config.fish +++ b/config.fish @@ -13,6 +13,7 @@ alias v='nvim' alias lg='lazygit' alias p='pnpm' alias px='pnpx' +alias s='tmux new-session -c $(bash ~/Code/dotfiles/Scripts/StartWork.bash && cat ~/.startwork.txt | fzf)' ## Environment setup # Apply .profile @@ -99,7 +100,8 @@ alias lt='exa -aT --color=always --group-directories-first --icons' # tree listi alias l.="exa -a | egrep '^\.'" # show only dotfiles # Replace some more things with better alternatives -alias cat='bat --style header --style rules --style snip --style changes --style header' +# alias cat='bat --style header --style rules --style snip --style changes --style header' +alias bat='bat --style header --style rules --style snip --style changes --style header' [ ! -x /usr/bin/yay ] && [ -x /usr/bin/paru ] && alias yay='paru --bottomup' # Common use