chore: Changed tmux config

This commit is contained in:
Afonso Franco 2023-04-13 17:13:06 +01:00
parent aca99d096a
commit 688e3c5c30
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 490 additions and 20 deletions

View file

@ -4,7 +4,7 @@ end
fish_default_key_bindings
set -gx EDITOR vim
set -gx EDITOR nvim
set -gx TERM 'xterm-256color'
fish_add_path $HOME/.local/share/nvim/mason/bin
@ -17,3 +17,4 @@ source ~/.config/fish/myfunctions/code.fish
source ~/.config/fish/myfunctions/dotfiles.fish
source ~/.config/fish/myfunctions/pacman.fish
source ~/.config/fish/myfunctions/qol.fish
source ~/.config/fish/myfunctions/replacements.fish

View file

@ -0,0 +1,3 @@
alias ls=exa
alias find=fd
alias df=duf