mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-16 15:28:18 +02:00
fish: Replace tput clear with clear
tput isn't needed anymore now that kitty is patched.
This commit is contained in:
parent
9a7a304b9c
commit
a0ef495e73
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
dl = "yt-dlp";
|
dl = "yt-dlp";
|
||||||
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
|
vol = "wpctl set-volume '@DEFAULT_AUDIO_SINK@'"; # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
|
||||||
nf = "tput clear; and neofetch --size 56%";
|
nf = "clear; and neofetch --size 56%";
|
||||||
df = "df --human-readable --type=ext4 --total";
|
df = "df --human-readable --type=ext4 --total";
|
||||||
du = "du --human-readable --summarize";
|
du = "du --human-readable --summarize";
|
||||||
jis = "recode shift_jis..utf8"; # Easily convert shift_jis-encoded files to utf8
|
jis = "recode shift_jis..utf8"; # Easily convert shift_jis-encoded files to utf8
|
||||||
@ -82,7 +82,7 @@
|
|||||||
st = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose --tag local";
|
st = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose --tag local";
|
||||||
tf = "treefmt";
|
tf = "treefmt";
|
||||||
|
|
||||||
c = "tput clear"; # Clear the terminal completely
|
c = "clear"; # Clear the terminal completely
|
||||||
e = "exit";
|
e = "exit";
|
||||||
l = "ls -l";
|
l = "ls -l";
|
||||||
n = "nvim";
|
n = "nvim";
|
||||||
|
Loading…
Reference in New Issue
Block a user