mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 02:49:28 +01:00
fish: Add shift_jis conversion support
A lot of files from Japan are encoded in the shift_jis character encoding. This abbreviation makes it easy to change those files to utf8.
This commit is contained in:
parent
bb3e448fa6
commit
6aae63d66f
@ -80,6 +80,7 @@ if not set -q set_abbr
|
||||
abbr cf "tput reset" # Clear the terminal completely
|
||||
abbr nf "tput reset; and neofetch --size 56%; and xdotool key --delay 100 Ctrl+Shift+Page_Up"
|
||||
abbr df "df --human-readable --type=ext4 --total"
|
||||
abbr jis "recode shift_jis..utf8" # Easily convert shift_jis-encoded files to utf8
|
||||
|
||||
abbr b "feh --bg-fill" # Change the background
|
||||
abbr c "clear" # Because 5 letters is too much
|
||||
|
Loading…
Reference in New Issue
Block a user