feat: shell-alias to cd into tmp dir ✨
This commit is contained in:
parent
843f768038
commit
f16506a108
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
cdtmp = "cd $(mktemp -d)";
|
||||||
theme = "bash ~/dotfiles/scripts/theme.sh";
|
theme = "bash ~/dotfiles/scripts/theme.sh";
|
||||||
music = "mpv --no-video --log-file=~/music_history.log \"$(find /mnt/c/Users/DNTH/Music/ -type f \\( -name '*.mp3' -o -name '*.wav' -o -name '*.flac' -o -name '*.m4a' -o -name '*.ogg' \\) | fzf)\"";
|
music = "mpv --no-video --log-file=~/music_history.log \"$(find /mnt/c/Users/DNTH/Music/ -type f \\( -name '*.mp3' -o -name '*.wav' -o -name '*.flac' -o -name '*.m4a' -o -name '*.ogg' \\) | fzf)\"";
|
||||||
weather = "curl wttr.in/?T";
|
weather = "curl wttr.in/?T";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue