mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
add: alacritty.yml & $EDITOR & fisher_plugin chmod
This commit is contained in:
parent
f7232b229b
commit
d315d6ad53
5 changed files with 93 additions and 3 deletions
|
@ -42,6 +42,9 @@ bind \b backward-kill-word
|
|||
|
||||
# env
|
||||
set -x LESS '-i -r -M -R -S -W -z-4 -x4'
|
||||
set -x EDITOR "/usr/bin/nvim"
|
||||
|
||||
|
||||
# save fish log to my custom file
|
||||
set -gx my_fish_history "$HOME/my_fish_history.txt"
|
||||
function save_myhistory --on-event fish_prompt -d "Save custom shell log to $my_fish_history"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue