From e62f684cd38336d3a4a7a8d103165ee2384ae259 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 5 Oct 2016 21:45:19 +0100 Subject: [PATCH] seq --- etc/profile.d/mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/mac.sh b/etc/profile.d/mac.sh index a4845814..586dcff4 100644 --- a/etc/profile.d/mac.sh +++ b/etc/profile.d/mac.sh @@ -24,7 +24,7 @@ alias updatedb='bash -c "cd / && /usr/libexec/locate.updatedb &"' #-------------------------------------------------------------------------------- # seq / jot # -alias seq='jot' +alias seq='jot -' alias mac_vlc_playlists='open -a vlc --args /home/nico/Music/*/*.m3u' alias mac_top_proc="echo 'TOP PROCESSES:'; ps -Aro'%cpu, ucomm, user' | grep root | grep -v ' 0.0 '" -- 2.47.3