Skip to content

Commit

Permalink
Update rc_awesome.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Apr 6, 2024
1 parent 981e0e6 commit 98025ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xontrib/rc_awesome.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,13 @@ if ON_LINUX or ON_DARWIN:
for p in [p'/home/linuxbrew/.linuxbrew/bin', p'~/.local/bin'.expanduser(), p'/opt/homebrew/opt/coreutils/libexec/gnubin']:
if p.exists():
$PATH.append(str(p))



# Adding aliases from dict.
aliases |= {
# Execute python that used to run current xonsh session.
'xpy': imp.sys.executable,

# List all files: sorted, with colors, directories will be first (Midnight Commander style).
'll': "$LC_COLLATE='C' ls --group-directories-first -lAh --color @($args)",

Expand Down

0 comments on commit 98025ea

Please sign in to comment.