diff options
| author | jstmax! <maxwasmailed@proton.me> | 2025-11-04 15:32:19 +0100 |
|---|---|---|
| committer | jstmax! <maxwasmailed@proton.me> | 2025-11-04 15:32:19 +0100 |
| commit | ddb7571613fa9beadf12f14999a7634a255291ad (patch) | |
| tree | 086f17464aaf2463ef4c0f61849b40378dd346fc /cfg | |
| parent | 831dde51fe075e7a0ae679cd0fe65b2c8c5378b8 (diff) | |
updated fish config.fish
Diffstat (limited to 'cfg')
| -rw-r--r-- | cfg/fish/config.fish | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cfg/fish/config.fish b/cfg/fish/config.fish index 166ddd4..044b939 100644 --- a/cfg/fish/config.fish +++ b/cfg/fish/config.fish @@ -7,6 +7,9 @@ if status is-interactive set -x VIMRUNTIME "/usr/share/nvim/runtime" #set -x WINEPREFIX ~/winestuff/ps2018 set -x WINEARCH win64 + export GTK_IM_MODULE=ibus + export QT_IM_MODULE=ibus + export XMODIFIERS=@im=ibus # ALIASES alias v nvim @@ -31,4 +34,10 @@ if status is-interactive alias drumz "drumseq ch ch h ch s ch h s -x -bpm=360" alias dashbd-clock "tty-clock -s -c -C 1" alias trexa "exa --tree --level=2 --icons" + alias tl trexa + alias swayrc "nvim ~/.config/sway/config" + alias ql qalc + alias rofi_ty1 "~/.config/rofi/launchers/type-1/launcher.sh" + alias tmuxrc "nvim ~/.tmux.conf" + end |