From 9a093e4abf075e3f1be42e6d1b223390863ade5e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 6 Oct 2024 01:05:23 +0200 Subject: Update --- shenanigans.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'shenanigans.sh') diff --git a/shenanigans.sh b/shenanigans.sh index 12957c3..ed784f8 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -25,8 +25,9 @@ export PS1="[\033[38;5;166m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[ # General aliases. -alias l='ls -lh' -alias ll='ls -lha' +alias ls='ls --color=none' +alias l='ls -lh --color=none' +alias ll='ls -lha --color=none' alias t='tree -L 2' alias ..='cd ..' alias h='history' @@ -34,6 +35,8 @@ alias grep='grep --color=always' alias less='less -R' alias tmux='tmux -u' alias server='python3 -m http.server 6969' +alias www='lynx -accept_all_cookies -scrollbar https://lite.duckduckgo.com' +alias st='st -g 90x40 -f "BerkeleyMono:style=Bold:size=16:antialias=true:autohint:true"' # Custom folder jump commands. -- cgit v1.2.3